Class: ShippingLocationDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsShippingLocationDetailsType

shippingLocation - SOAP::SOAPString
description - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ShippingLocationDetailsType.



24093
24094
24095
24096
24097
# File 'lib/eBay.rb', line 24093

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.



24087
24088
24089
# File 'lib/eBay.rb', line 24087

def __xmlele_any
  @__xmlele_any
end

#descriptionObject

Returns the value of attribute description.



24086
24087
24088
# File 'lib/eBay.rb', line 24086

def description
  @description
end

#shippingLocationObject

Returns the value of attribute shippingLocation.



24085
24086
24087
# File 'lib/eBay.rb', line 24085

def shippingLocation
  @shippingLocation
end

Instance Method Details

#set_any(elements) ⇒ Object



24089
24090
24091
# File 'lib/eBay.rb', line 24089

def set_any(elements)
  @__xmlele_any = elements
end