Class: MpApi::Configuration
- Inherits:
-
Object
- Object
- MpApi::Configuration
- Defined in:
- lib/mp_api.rb
Instance Attribute Summary collapse
-
#access_token ⇒ Object
Returns the value of attribute access_token.
-
#public_key ⇒ Object
Returns the value of attribute public_key.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
21 22 |
# File 'lib/mp_api.rb', line 21 def initialize end |
Instance Attribute Details
#access_token ⇒ Object
Returns the value of attribute access_token.
19 20 21 |
# File 'lib/mp_api.rb', line 19 def access_token @access_token end |
#public_key ⇒ Object
Returns the value of attribute public_key.
19 20 21 |
# File 'lib/mp_api.rb', line 19 def public_key @public_key end |