Class: ChannelAdvisor::MarketplaceAdServiceSOAP::AddMarketplaceAd
- Inherits:
-
Object
- Object
- ChannelAdvisor::MarketplaceAdServiceSOAP::AddMarketplaceAd
- Defined in:
- lib/channel_advisor/marketplace_ad_service/types.rb
Overview
/AddMarketplaceAd
accountID - SOAP::SOAPString
adProperties - ChannelAdvisor::MarketplaceAdServiceSOAP::MarketplaceAd
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#adProperties ⇒ Object
Returns the value of attribute adProperties.
Instance Method Summary collapse
-
#initialize(accountID = nil, adProperties = nil) ⇒ AddMarketplaceAd
constructor
A new instance of AddMarketplaceAd.
Constructor Details
#initialize(accountID = nil, adProperties = nil) ⇒ AddMarketplaceAd
Returns a new instance of AddMarketplaceAd.
212 213 214 215 |
# File 'lib/channel_advisor/marketplace_ad_service/types.rb', line 212 def initialize(accountID = nil, adProperties = nil) @accountID = accountID @adProperties = adProperties end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
209 210 211 |
# File 'lib/channel_advisor/marketplace_ad_service/types.rb', line 209 def accountID @accountID end |
#adProperties ⇒ Object
Returns the value of attribute adProperties.
210 211 212 |
# File 'lib/channel_advisor/marketplace_ad_service/types.rb', line 210 def adProperties @adProperties end |