Class: ChannelAdvisor::MarketplaceAdServiceSOAP::APICredentials
- Inherits:
-
Object
- Object
- ChannelAdvisor::MarketplaceAdServiceSOAP::APICredentials
- Defined in:
- lib/channel_advisor/marketplace_ad_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.
77 78 79 80 |
# File 'lib/channel_advisor/marketplace_ad_service/types.rb', line 77 def initialize(developerKey = nil, password = nil) @developerKey = developerKey @password = password end |
Instance Attribute Details
#developerKey ⇒ Object
Returns the value of attribute developerKey.
74 75 76 |
# File 'lib/channel_advisor/marketplace_ad_service/types.rb', line 74 def developerKey @developerKey end |
#password ⇒ Object
Returns the value of attribute password.
75 76 77 |
# File 'lib/channel_advisor/marketplace_ad_service/types.rb', line 75 def password @password end |