Class: EBay::ShippingPackageDetailsType
- Inherits:
-
Object
- Object
- EBay::ShippingPackageDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsShippingPackageDetailsType
packageID - SOAP::SOAPInt
description - SOAP::SOAPString
shippingPackage - EBay::ShippingPackageCodeType
defaultValue - SOAP::SOAPBoolean
dimensionsSupported - SOAP::SOAPBoolean
detailVersion - SOAP::SOAPString
updateTime - SOAP::SOAPDateTime
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#defaultValue ⇒ Object
Returns the value of attribute defaultValue.
-
#description ⇒ Object
Returns the value of attribute description.
-
#detailVersion ⇒ Object
Returns the value of attribute detailVersion.
-
#dimensionsSupported ⇒ Object
Returns the value of attribute dimensionsSupported.
-
#packageID ⇒ Object
Returns the value of attribute packageID.
-
#shippingPackage ⇒ Object
Returns the value of attribute shippingPackage.
-
#updateTime ⇒ Object
Returns the value of attribute updateTime.
Instance Method Summary collapse
-
#initialize(packageID = nil, description = nil, shippingPackage = nil, defaultValue = nil, dimensionsSupported = nil, detailVersion = nil, updateTime = nil) ⇒ ShippingPackageDetailsType
constructor
A new instance of ShippingPackageDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(packageID = nil, description = nil, shippingPackage = nil, defaultValue = nil, dimensionsSupported = nil, detailVersion = nil, updateTime = nil) ⇒ ShippingPackageDetailsType
Returns a new instance of ShippingPackageDetailsType.
32730 32731 32732 32733 32734 32735 32736 32737 32738 32739 |
# File 'lib/eBay.rb', line 32730 def initialize(packageID = nil, description = nil, shippingPackage = nil, defaultValue = nil, dimensionsSupported = nil, detailVersion = nil, updateTime = nil) @packageID = packageID @description = description @shippingPackage = shippingPackage @defaultValue = defaultValue @dimensionsSupported = dimensionsSupported @detailVersion = detailVersion @updateTime = updateTime @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
32724 32725 32726 |
# File 'lib/eBay.rb', line 32724 def __xmlele_any @__xmlele_any end |
#defaultValue ⇒ Object
Returns the value of attribute defaultValue.
32720 32721 32722 |
# File 'lib/eBay.rb', line 32720 def defaultValue @defaultValue end |
#description ⇒ Object
Returns the value of attribute description.
32718 32719 32720 |
# File 'lib/eBay.rb', line 32718 def description @description end |
#detailVersion ⇒ Object
Returns the value of attribute detailVersion.
32722 32723 32724 |
# File 'lib/eBay.rb', line 32722 def detailVersion @detailVersion end |
#dimensionsSupported ⇒ Object
Returns the value of attribute dimensionsSupported.
32721 32722 32723 |
# File 'lib/eBay.rb', line 32721 def dimensionsSupported @dimensionsSupported end |
#packageID ⇒ Object
Returns the value of attribute packageID.
32717 32718 32719 |
# File 'lib/eBay.rb', line 32717 def packageID @packageID end |
#shippingPackage ⇒ Object
Returns the value of attribute shippingPackage.
32719 32720 32721 |
# File 'lib/eBay.rb', line 32719 def shippingPackage @shippingPackage end |
#updateTime ⇒ Object
Returns the value of attribute updateTime.
32723 32724 32725 |
# File 'lib/eBay.rb', line 32723 def updateTime @updateTime end |
Instance Method Details
#set_any(elements) ⇒ Object
32726 32727 32728 |
# File 'lib/eBay.rb', line 32726 def set_any(elements) @__xmlele_any = elements end |