Class: ChannelAdvisor::Configuration
- Inherits:
-
Object
- Object
- ChannelAdvisor::Configuration
- Defined in:
- lib/channeladvisor/configuration.rb
Instance Attribute Summary collapse
-
#account_id ⇒ Object
Returns the value of attribute account_id.
-
#developer_key ⇒ Object
Returns the value of attribute developer_key.
-
#password ⇒ Object
Returns the value of attribute password.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
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_id ⇒ Object
Returns the value of attribute account_id.
3 4 5 |
# File 'lib/channeladvisor/configuration.rb', line 3 def account_id @account_id end |
#developer_key ⇒ Object
Returns the value of attribute developer_key.
3 4 5 |
# File 'lib/channeladvisor/configuration.rb', line 3 def developer_key @developer_key end |
#password ⇒ Object
Returns the value of attribute password.
3 4 5 |
# File 'lib/channeladvisor/configuration.rb', line 3 def password @password end |