Class: ShippingPackageDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsShippingPackageDetailsType

packageID - SOAP::SOAPInt
description - SOAP::SOAPString
shippingPackage - ShippingPackageCodeType
default - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(packageID = nil, description = nil, shippingPackage = nil, default = nil) ⇒ ShippingPackageDetailsType

Returns a new instance of ShippingPackageDetailsType.



24116
24117
24118
24119
24120
24121
24122
# File 'lib/eBay.rb', line 24116

def initialize(packageID = nil, description = nil, shippingPackage = nil, default = nil)
  @packageID = packageID
  @description = description
  @shippingPackage = shippingPackage
  @default = default
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



24110
24111
24112
# File 'lib/eBay.rb', line 24110

def __xmlele_any
  @__xmlele_any
end

#defaultObject

Returns the value of attribute default.



24109
24110
24111
# File 'lib/eBay.rb', line 24109

def default
  @default
end

#descriptionObject

Returns the value of attribute description.



24107
24108
24109
# File 'lib/eBay.rb', line 24107

def description
  @description
end

#packageIDObject

Returns the value of attribute packageID.



24106
24107
24108
# File 'lib/eBay.rb', line 24106

def packageID
  @packageID
end

#shippingPackageObject

Returns the value of attribute shippingPackage.



24108
24109
24110
# File 'lib/eBay.rb', line 24108

def shippingPackage
  @shippingPackage
end

Instance Method Details

#set_any(elements) ⇒ Object



24112
24113
24114
# File 'lib/eBay.rb', line 24112

def set_any(elements)
  @__xmlele_any = elements
end