Class: Boletoman::ItauConfiguration

Inherits:
Object
  • Object
show all
Defined in:
lib/boletoman/itau_config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#client_idObject

Returns the value of attribute client_id.



3
4
5
# File 'lib/boletoman/itau_config.rb', line 3

def client_id
  @client_id
end

#client_secretObject

Returns the value of attribute client_secret.



3
4
5
# File 'lib/boletoman/itau_config.rb', line 3

def client_secret
  @client_secret
end

#identificatorObject

Returns the value of attribute identificator.



3
4
5
# File 'lib/boletoman/itau_config.rb', line 3

def identificator
  @identificator
end

#keyObject

Returns the value of attribute key.



3
4
5
# File 'lib/boletoman/itau_config.rb', line 3

def key
  @key
end

#tokenObject

Returns the value of attribute token.



3
4
5
# File 'lib/boletoman/itau_config.rb', line 3

def token
  @token
end