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.



22532
22533
22534
22535
22536
# File 'lib/eBay.rb', line 22532

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.



22526
22527
22528
# File 'lib/eBay.rb', line 22526

def __xmlele_any
  @__xmlele_any
end

#descriptionObject

Returns the value of attribute description.



22525
22526
22527
# File 'lib/eBay.rb', line 22525

def description
  @description
end

#shippingLocationObject

Returns the value of attribute shippingLocation.



22524
22525
22526
# File 'lib/eBay.rb', line 22524

def shippingLocation
  @shippingLocation
end

Instance Method Details

#set_any(elements) ⇒ Object



22528
22529
22530
# File 'lib/eBay.rb', line 22528

def set_any(elements)
  @__xmlele_any = elements
end