Class: ChannelAdvisor::MarketplaceAdServiceSOAP::DeleteMarketplaceAd

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

Overview

/DeleteMarketplaceAd

accountID - SOAP::SOAPString
marketplaceAdID - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountID = nil, marketplaceAdID = nil) ⇒ DeleteMarketplaceAd

Returns a new instance of DeleteMarketplaceAd.



285
286
287
288
# File 'lib/channel_advisor/marketplace_ad_service/types.rb', line 285

def initialize(accountID = nil, marketplaceAdID = nil)
  @accountID = accountID
  @marketplaceAdID = marketplaceAdID
end

Instance Attribute Details

#accountIDObject

Returns the value of attribute accountID.



282
283
284
# File 'lib/channel_advisor/marketplace_ad_service/types.rb', line 282

def accountID
  @accountID
end

#marketplaceAdIDObject

Returns the value of attribute marketplaceAdID.



283
284
285
# File 'lib/channel_advisor/marketplace_ad_service/types.rb', line 283

def marketplaceAdID
  @marketplaceAdID
end