Class: EBay::ShippingServicePackageDetailsType
- Inherits:
-
Object
- Object
- EBay::ShippingServicePackageDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsShippingServicePackageDetailsType
name - EBay::ShippingPackageCodeType
dimensionsRequired - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#dimensionsRequired ⇒ Object
Returns the value of attribute dimensionsRequired.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name = nil, dimensionsRequired = nil) ⇒ ShippingServicePackageDetailsType
constructor
A new instance of ShippingServicePackageDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(name = nil, dimensionsRequired = nil) ⇒ ShippingServicePackageDetailsType
Returns a new instance of ShippingServicePackageDetailsType.
32972 32973 32974 32975 32976 |
# File 'lib/eBay.rb', line 32972 def initialize(name = nil, dimensionsRequired = nil) @name = name @dimensionsRequired = dimensionsRequired @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
32966 32967 32968 |
# File 'lib/eBay.rb', line 32966 def __xmlele_any @__xmlele_any end |
#dimensionsRequired ⇒ Object
Returns the value of attribute dimensionsRequired.
32965 32966 32967 |
# File 'lib/eBay.rb', line 32965 def dimensionsRequired @dimensionsRequired end |
#name ⇒ Object
Returns the value of attribute name.
32964 32965 32966 |
# File 'lib/eBay.rb', line 32964 def name @name end |
Instance Method Details
#set_any(elements) ⇒ Object
32968 32969 32970 |
# File 'lib/eBay.rb', line 32968 def set_any(elements) @__xmlele_any = elements end |