Class: EBay::ShippingPackageDetailsType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

Returns the value of attribute __xmlele_any.



32724
32725
32726
# File 'lib/eBay.rb', line 32724

def __xmlele_any
  @__xmlele_any
end

#defaultValueObject

Returns the value of attribute defaultValue.



32720
32721
32722
# File 'lib/eBay.rb', line 32720

def defaultValue
  @defaultValue
end

#descriptionObject

Returns the value of attribute description.



32718
32719
32720
# File 'lib/eBay.rb', line 32718

def description
  @description
end

#detailVersionObject

Returns the value of attribute detailVersion.



32722
32723
32724
# File 'lib/eBay.rb', line 32722

def detailVersion
  @detailVersion
end

#dimensionsSupportedObject

Returns the value of attribute dimensionsSupported.



32721
32722
32723
# File 'lib/eBay.rb', line 32721

def dimensionsSupported
  @dimensionsSupported
end

#packageIDObject

Returns the value of attribute packageID.



32717
32718
32719
# File 'lib/eBay.rb', line 32717

def packageID
  @packageID
end

#shippingPackageObject

Returns the value of attribute shippingPackage.



32719
32720
32721
# File 'lib/eBay.rb', line 32719

def shippingPackage
  @shippingPackage
end

#updateTimeObject

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