Class: ChannelAdvisor::ListingServiceSOAP::APICredentials
- Inherits:
-
Object
- Object
- ChannelAdvisor::ListingServiceSOAP::APICredentials
- Defined in:
- lib/channel_advisor/listing_service/types.rb
Overview
/APICredentials
developerKey - SOAP::SOAPString
password - SOAP::SOAPString
Instance Attribute Summary collapse
-
#developerKey ⇒ Object
Returns the value of attribute developerKey.
-
#password ⇒ Object
Returns the value of attribute password.
Instance Method Summary collapse
-
#initialize(developerKey = nil, password = nil) ⇒ APICredentials
constructor
A new instance of APICredentials.
Constructor Details
#initialize(developerKey = nil, password = nil) ⇒ APICredentials
Returns a new instance of APICredentials.
38 39 40 41 |
# File 'lib/channel_advisor/listing_service/types.rb', line 38 def initialize(developerKey = nil, password = nil) @developerKey = developerKey @password = password end |
Instance Attribute Details
#developerKey ⇒ Object
Returns the value of attribute developerKey.
35 36 37 |
# File 'lib/channel_advisor/listing_service/types.rb', line 35 def developerKey @developerKey end |
#password ⇒ Object
Returns the value of attribute password.
36 37 38 |
# File 'lib/channel_advisor/listing_service/types.rb', line 36 def password @password end |