Class: ChannelAdvisor::OrderServiceSOAP::ItemWeight
- Inherits:
-
String
- Object
- String
- ChannelAdvisor::OrderServiceSOAP::ItemWeight
- Defined in:
- lib/channel_advisor/order_service/types.rb
Overview
http://api.channeladvisor.com/datacontracts/ordersItemWeight
xmlattr_UnitOfMeasure - SOAP::SOAPString
Constant Summary collapse
- AttrUnitOfMeasure =
XSD::QName.new(nil, "UnitOfMeasure")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(*arg) ⇒ ItemWeight
constructor
A new instance of ItemWeight.
- #xmlattr_UnitOfMeasure ⇒ Object
- #xmlattr_UnitOfMeasure=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ ItemWeight
1409 1410 1411 1412 |
# File 'lib/channel_advisor/order_service/types.rb', line 1409 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
1397 1398 1399 |
# File 'lib/channel_advisor/order_service/types.rb', line 1397 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_UnitOfMeasure ⇒ Object
1401 1402 1403 |
# File 'lib/channel_advisor/order_service/types.rb', line 1401 def xmlattr_UnitOfMeasure __xmlattr[AttrUnitOfMeasure] end |
#xmlattr_UnitOfMeasure=(value) ⇒ Object
1405 1406 1407 |
# File 'lib/channel_advisor/order_service/types.rb', line 1405 def xmlattr_UnitOfMeasure=(value) __xmlattr[AttrUnitOfMeasure] = value end |