class Google::Apis::Generator::Context

Holds local vars/helpers for template rendering

Public Instance Methods

to_binding() click to toggle source

Get the context for ERB evaluation @return [Binding]

# File lib/google/apis/generator/template.rb, line 89
def to_binding
  binding
end