Class: ChannelAdvisor::ListingServiceSOAP::WithdrawListings
- Inherits:
-
Object
- Object
- ChannelAdvisor::ListingServiceSOAP::WithdrawListings
- Defined in:
- lib/channel_advisor/listing_service/types.rb
Overview
/WithdrawListings
accountID - SOAP::SOAPString
skuList - ChannelAdvisor::ListingServiceSOAP::ArrayOfString
listingIDList - ChannelAdvisor::ListingServiceSOAP::ArrayOfString
withdrawReason - ChannelAdvisor::ListingServiceSOAP::WithdrawReason
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#listingIDList ⇒ Object
Returns the value of attribute listingIDList.
-
#skuList ⇒ Object
Returns the value of attribute skuList.
-
#withdrawReason ⇒ Object
Returns the value of attribute withdrawReason.
Instance Method Summary collapse
-
#initialize(accountID = nil, skuList = nil, listingIDList = nil, withdrawReason = nil) ⇒ WithdrawListings
constructor
A new instance of WithdrawListings.
Constructor Details
#initialize(accountID = nil, skuList = nil, listingIDList = nil, withdrawReason = nil) ⇒ WithdrawListings
Returns a new instance of WithdrawListings.
91 92 93 94 95 96 |
# File 'lib/channel_advisor/listing_service/types.rb', line 91 def initialize(accountID = nil, skuList = nil, listingIDList = nil, withdrawReason = nil) @accountID = accountID @skuList = skuList @listingIDList = listingIDList @withdrawReason = withdrawReason end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
86 87 88 |
# File 'lib/channel_advisor/listing_service/types.rb', line 86 def accountID @accountID end |
#listingIDList ⇒ Object
Returns the value of attribute listingIDList.
88 89 90 |
# File 'lib/channel_advisor/listing_service/types.rb', line 88 def listingIDList @listingIDList end |
#skuList ⇒ Object
Returns the value of attribute skuList.
87 88 89 |
# File 'lib/channel_advisor/listing_service/types.rb', line 87 def skuList @skuList end |
#withdrawReason ⇒ Object
Returns the value of attribute withdrawReason.
89 90 91 |
# File 'lib/channel_advisor/listing_service/types.rb', line 89 def withdrawReason @withdrawReason end |