Class: ChannelAdvisor::MarketplaceAdServiceSOAP::DeleteMarketplaceAd
- Inherits:
-
Object
- Object
- ChannelAdvisor::MarketplaceAdServiceSOAP::DeleteMarketplaceAd
- Defined in:
- lib/channel_advisor/marketplace_ad_service/types.rb
Overview
/DeleteMarketplaceAd
accountID - SOAP::SOAPString
marketplaceAdID - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#marketplaceAdID ⇒ Object
Returns the value of attribute marketplaceAdID.
Instance Method Summary collapse
-
#initialize(accountID = nil, marketplaceAdID = nil) ⇒ DeleteMarketplaceAd
constructor
A new instance of DeleteMarketplaceAd.
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
#accountID ⇒ Object
Returns the value of attribute accountID.
282 283 284 |
# File 'lib/channel_advisor/marketplace_ad_service/types.rb', line 282 def accountID @accountID end |
#marketplaceAdID ⇒ Object
Returns the value of attribute marketplaceAdID.
283 284 285 |
# File 'lib/channel_advisor/marketplace_ad_service/types.rb', line 283 def marketplaceAdID @marketplaceAdID end |