class SantanderChile::ApiClient::Template::ERBContext

Public Class Methods

new(hash) click to toggle source
# File lib/santander_chile/api_client/templates/templates.rb, line 5
def initialize(hash)
  hash.each_pair do |key, value|
    instance_variable_set("@" + key.to_s, value)
  end
end

Public Instance Methods

get_binding() click to toggle source
# File lib/santander_chile/api_client/templates/templates.rb, line 11
def get_binding
  binding
end