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 Attribute Details
#access_token ⇒ Object
Returns the value of attribute access_token.
24 25 26 |
# File 'lib/mp_api.rb', line 24 def access_token @access_token end |
#public_key ⇒ Object
Returns the value of attribute public_key.
24 25 26 |
# File 'lib/mp_api.rb', line 24 def public_key @public_key end |