Class: EBay::ShippingServicePackageDetailsType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsShippingServicePackageDetailsType

name - EBay::ShippingPackageCodeType
dimensionsRequired - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



32966
32967
32968
# File 'lib/eBay.rb', line 32966

def __xmlele_any
  @__xmlele_any
end

#dimensionsRequiredObject

Returns the value of attribute dimensionsRequired.



32965
32966
32967
# File 'lib/eBay.rb', line 32965

def dimensionsRequired
  @dimensionsRequired
end

#nameObject

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