Class: Sellsy::Api::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



60
61
# File 'lib/sellsy/api.rb', line 60

def initialize
end

Instance Attribute Details

#consumer_secretObject

Returns the value of attribute consumer_secret.



55
56
57
# File 'lib/sellsy/api.rb', line 55

def consumer_secret
  @consumer_secret
end

#consumer_tokenObject

Returns the value of attribute consumer_token.



56
57
58
# File 'lib/sellsy/api.rb', line 56

def consumer_token
  @consumer_token
end

#user_secretObject

Returns the value of attribute user_secret.



57
58
59
# File 'lib/sellsy/api.rb', line 57

def user_secret
  @user_secret
end

#user_tokenObject

Returns the value of attribute user_token.



58
59
60
# File 'lib/sellsy/api.rb', line 58

def user_token
  @user_token
end