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.



17616
17617
17618
17619
17620
# File 'lib/eBay.rb', line 17616

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.



17610
17611
17612
# File 'lib/eBay.rb', line 17610

def __xmlele_any
  @__xmlele_any
end

#descriptionObject

Returns the value of attribute description.



17609
17610
17611
# File 'lib/eBay.rb', line 17609

def description
  @description
end

#shippingLocationObject

Returns the value of attribute shippingLocation.



17608
17609
17610
# File 'lib/eBay.rb', line 17608

def shippingLocation
  @shippingLocation
end

Instance Method Details

#set_any(elements) ⇒ Object



17612
17613
17614
# File 'lib/eBay.rb', line 17612

def set_any(elements)
  @__xmlele_any = elements
end