Class: ChannelAdvisor::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



5
6
7
8
9
# File 'lib/channeladvisor/configuration.rb', line 5

def initialize
	@account_id = nil
	@developer_key = nil
	@password = nil
end

Instance Attribute Details

#account_idObject

Returns the value of attribute account_id.



3
4
5
# File 'lib/channeladvisor/configuration.rb', line 3

def 
  @account_id
end

#developer_keyObject

Returns the value of attribute developer_key.



3
4
5
# File 'lib/channeladvisor/configuration.rb', line 3

def developer_key
  @developer_key
end

#passwordObject

Returns the value of attribute password.



3
4
5
# File 'lib/channeladvisor/configuration.rb', line 3

def password
  @password
end