Class: ChannelAdvisor::ListingServiceSOAP::WithdrawListingsResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::ListingServiceSOAP::WithdrawListingsResponse
- Defined in:
- lib/channel_advisor/listing_service/types.rb
Overview
/WithdrawListingsResponse
withdrawListingsResult - ChannelAdvisor::ListingServiceSOAP::APIResultOfInt32
Instance Attribute Summary collapse
-
#withdrawListingsResult ⇒ Object
Returns the value of attribute withdrawListingsResult.
Instance Method Summary collapse
-
#initialize(withdrawListingsResult = nil) ⇒ WithdrawListingsResponse
constructor
A new instance of WithdrawListingsResponse.
Constructor Details
#initialize(withdrawListingsResult = nil) ⇒ WithdrawListingsResponse
Returns a new instance of WithdrawListingsResponse.
104 105 106 |
# File 'lib/channel_advisor/listing_service/types.rb', line 104 def initialize(withdrawListingsResult = nil) @withdrawListingsResult = withdrawListingsResult end |
Instance Attribute Details
#withdrawListingsResult ⇒ Object
Returns the value of attribute withdrawListingsResult.
102 103 104 |
# File 'lib/channel_advisor/listing_service/types.rb', line 102 def withdrawListingsResult @withdrawListingsResult end |