Class: ChannelAdvisor::CartServiceSOAP::ItemWeight

Inherits:
String
  • Object
show all
Defined in:
lib/channel_advisor/cart_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

Constructor Details

#initialize(*arg) ⇒ ItemWeight

Returns a new instance of ItemWeight.



224
225
226
227
# File 'lib/channel_advisor/cart_service/types.rb', line 224

def initialize(*arg)
  super
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



212
213
214
# File 'lib/channel_advisor/cart_service/types.rb', line 212

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_UnitOfMeasureObject



216
217
218
# File 'lib/channel_advisor/cart_service/types.rb', line 216

def xmlattr_UnitOfMeasure
  __xmlattr[AttrUnitOfMeasure]
end

#xmlattr_UnitOfMeasure=(value) ⇒ Object



220
221
222
# File 'lib/channel_advisor/cart_service/types.rb', line 220

def xmlattr_UnitOfMeasure=(value)
  __xmlattr[AttrUnitOfMeasure] = value
end