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.



201
202
# File 'lib/sellsy/api.rb', line 201

def initialize
end

Instance Attribute Details

#consumer_secretObject

Returns the value of attribute consumer_secret.



196
197
198
# File 'lib/sellsy/api.rb', line 196

def consumer_secret
  @consumer_secret
end

#consumer_tokenObject

Returns the value of attribute consumer_token.



197
198
199
# File 'lib/sellsy/api.rb', line 197

def consumer_token
  @consumer_token
end

#user_secretObject

Returns the value of attribute user_secret.



198
199
200
# File 'lib/sellsy/api.rb', line 198

def user_secret
  @user_secret
end

#user_tokenObject

Returns the value of attribute user_token.



199
200
201
# File 'lib/sellsy/api.rb', line 199

def user_token
  @user_token
end