Class: ShippingLocationDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsShippingLocationDetailsType

Constant Summary collapse

@@schema_type =
"ShippingLocationDetailsType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["shippingLocation", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ShippingLocation")]],
  ["description", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Description")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(shippingLocation = nil, description = nil) ⇒ ShippingLocationDetailsType

Returns a new instance of ShippingLocationDetailsType.



19988
19989
19990
19991
19992
# File 'lib/eBay.rb', line 19988

def initialize(shippingLocation = nil, description = nil)
  @shippingLocation = shippingLocation
  @description = description
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



19982
19983
19984
# File 'lib/eBay.rb', line 19982

def __xmlele_any
  @__xmlele_any
end

#descriptionObject

Returns the value of attribute description.



19981
19982
19983
# File 'lib/eBay.rb', line 19981

def description
  @description
end

#shippingLocationObject

Returns the value of attribute shippingLocation.



19980
19981
19982
# File 'lib/eBay.rb', line 19980

def shippingLocation
  @shippingLocation
end

Instance Method Details

#set_any(elements) ⇒ Object



19984
19985
19986
# File 'lib/eBay.rb', line 19984

def set_any(elements)
  @__xmlele_any = elements
end