Class: MpApi::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#access_tokenObject

Returns the value of attribute access_token.



21
22
23
# File 'lib/mp_api.rb', line 21

def access_token
  @access_token
end

#public_keyObject

Returns the value of attribute public_key.



21
22
23
# File 'lib/mp_api.rb', line 21

def public_key
  @public_key
end