Class: Boletoman::ItauConfiguration
- Inherits:
-
Object
- Object
- Boletoman::ItauConfiguration
- Defined in:
- lib/boletoman/itau_config.rb
Instance Attribute Summary collapse
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#client_secret ⇒ Object
Returns the value of attribute client_secret.
-
#identificator ⇒ Object
Returns the value of attribute identificator.
-
#key ⇒ Object
Returns the value of attribute key.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Attribute Details
#client_id ⇒ Object
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_secret ⇒ Object
Returns the value of attribute client_secret.
3 4 5 |
# File 'lib/boletoman/itau_config.rb', line 3 def client_secret @client_secret end |
#identificator ⇒ Object
Returns the value of attribute identificator.
3 4 5 |
# File 'lib/boletoman/itau_config.rb', line 3 def identificator @identificator end |
#key ⇒ Object
Returns the value of attribute key.
3 4 5 |
# File 'lib/boletoman/itau_config.rb', line 3 def key @key end |
#token ⇒ Object
Returns the value of attribute token.
3 4 5 |
# File 'lib/boletoman/itau_config.rb', line 3 def token @token end |