Class: EBay::ExcludeShippingLocationDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsExcludeShippingLocationDetailsType

description - SOAP::SOAPString
location - SOAP::SOAPString
region - SOAP::SOAPString
detailVersion - SOAP::SOAPString
updateTime - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(description = nil, location = nil, region = nil, detailVersion = nil, updateTime = nil) ⇒ ExcludeShippingLocationDetailsType

Returns a new instance of ExcludeShippingLocationDetailsType.



23790
23791
23792
23793
23794
23795
23796
23797
# File 'lib/eBay.rb', line 23790

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



23784
23785
23786
# File 'lib/eBay.rb', line 23784

def __xmlele_any
  @__xmlele_any
end

#descriptionObject

Returns the value of attribute description.



23779
23780
23781
# File 'lib/eBay.rb', line 23779

def description
  @description
end

#detailVersionObject

Returns the value of attribute detailVersion.



23782
23783
23784
# File 'lib/eBay.rb', line 23782

def detailVersion
  @detailVersion
end

#locationObject

Returns the value of attribute location.



23780
23781
23782
# File 'lib/eBay.rb', line 23780

def location
  @location
end

#regionObject

Returns the value of attribute region.



23781
23782
23783
# File 'lib/eBay.rb', line 23781

def region
  @region
end

#updateTimeObject

Returns the value of attribute updateTime.



23783
23784
23785
# File 'lib/eBay.rb', line 23783

def updateTime
  @updateTime
end

Instance Method Details

#set_any(elements) ⇒ Object



23786
23787
23788
# File 'lib/eBay.rb', line 23786

def set_any(elements)
  @__xmlele_any = elements
end