Class: ChannelAdvisor::MarketplaceAdServiceSOAP::AddMarketplaceAd

Inherits:
Object
  • Object
show all
Defined in:
lib/channel_advisor/marketplace_ad_service/types.rb

Overview

/AddMarketplaceAd

accountID - SOAP::SOAPString
adProperties - ChannelAdvisor::MarketplaceAdServiceSOAP::MarketplaceAd

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#accountIDObject

Returns the value of attribute accountID.



209
210
211
# File 'lib/channel_advisor/marketplace_ad_service/types.rb', line 209

def accountID
  @accountID
end

#adPropertiesObject

Returns the value of attribute adProperties.



210
211
212
# File 'lib/channel_advisor/marketplace_ad_service/types.rb', line 210

def adProperties
  @adProperties
end