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.



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

def initialize
end

Instance Attribute Details

#consumer_secretObject

Returns the value of attribute consumer_secret.



52
53
54
# File 'lib/sellsy/api.rb', line 52

def consumer_secret
  @consumer_secret
end

#consumer_tokenObject

Returns the value of attribute consumer_token.



53
54
55
# File 'lib/sellsy/api.rb', line 53

def consumer_token
  @consumer_token
end

#user_secretObject

Returns the value of attribute user_secret.



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

def user_secret
  @user_secret
end

#user_tokenObject

Returns the value of attribute user_token.



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

def user_token
  @user_token
end