Class: ChannelAdvisor::InventoryServiceSOAP::GetInventoryItemShippingInfo
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::GetInventoryItemShippingInfo
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/GetInventoryItemShippingInfo
accountID - SOAP::SOAPString
sku - SOAP::SOAPString
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#sku ⇒ Object
Returns the value of attribute sku.
Instance Method Summary collapse
-
#initialize(accountID = nil, sku = nil) ⇒ GetInventoryItemShippingInfo
constructor
A new instance of GetInventoryItemShippingInfo.
Constructor Details
#initialize(accountID = nil, sku = nil) ⇒ GetInventoryItemShippingInfo
Returns a new instance of GetInventoryItemShippingInfo.
1516 1517 1518 1519 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1516 def initialize(accountID = nil, sku = nil) @accountID = accountID @sku = sku end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
1513 1514 1515 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1513 def accountID @accountID end |
#sku ⇒ Object
Returns the value of attribute sku.
1514 1515 1516 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1514 def sku @sku end |