Class: MpApi::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



27
28
# File 'lib/mp_api.rb', line 27

def initialize
end

Instance Attribute Details

#access_tokenObject

Returns the value of attribute access_token.



25
26
27
# File 'lib/mp_api.rb', line 25

def access_token
  @access_token
end

#public_keyObject

Returns the value of attribute public_key.



25
26
27
# File 'lib/mp_api.rb', line 25

def public_key
  @public_key
end