Class: EBay::ShippingLocationDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsShippingLocationDetailsType

shippingLocation - SOAP::SOAPString
description - SOAP::SOAPString
detailVersion - SOAP::SOAPString
updateTime - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ShippingLocationDetailsType.



32699
32700
32701
32702
32703
32704
32705
# File 'lib/eBay.rb', line 32699

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



32693
32694
32695
# File 'lib/eBay.rb', line 32693

def __xmlele_any
  @__xmlele_any
end

#descriptionObject

Returns the value of attribute description.



32690
32691
32692
# File 'lib/eBay.rb', line 32690

def description
  @description
end

#detailVersionObject

Returns the value of attribute detailVersion.



32691
32692
32693
# File 'lib/eBay.rb', line 32691

def detailVersion
  @detailVersion
end

#shippingLocationObject

Returns the value of attribute shippingLocation.



32689
32690
32691
# File 'lib/eBay.rb', line 32689

def shippingLocation
  @shippingLocation
end

#updateTimeObject

Returns the value of attribute updateTime.



32692
32693
32694
# File 'lib/eBay.rb', line 32692

def updateTime
  @updateTime
end

Instance Method Details

#set_any(elements) ⇒ Object



32695
32696
32697
# File 'lib/eBay.rb', line 32695

def set_any(elements)
  @__xmlele_any = elements
end