Class: EBay::CountryDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsCountryDetailsType

country - EBay::CountryCodeType
description - SOAP::SOAPString
detailVersion - SOAP::SOAPString
updateTime - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(country = nil, description = nil, detailVersion = nil, updateTime = nil) ⇒ CountryDetailsType

Returns a new instance of CountryDetailsType.



23177
23178
23179
23180
23181
23182
23183
# File 'lib/eBay.rb', line 23177

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



23171
23172
23173
# File 'lib/eBay.rb', line 23171

def __xmlele_any
  @__xmlele_any
end

#countryObject

Returns the value of attribute country.



23167
23168
23169
# File 'lib/eBay.rb', line 23167

def country
  @country
end

#descriptionObject

Returns the value of attribute description.



23168
23169
23170
# File 'lib/eBay.rb', line 23168

def description
  @description
end

#detailVersionObject

Returns the value of attribute detailVersion.



23169
23170
23171
# File 'lib/eBay.rb', line 23169

def detailVersion
  @detailVersion
end

#updateTimeObject

Returns the value of attribute updateTime.



23170
23171
23172
# File 'lib/eBay.rb', line 23170

def updateTime
  @updateTime
end

Instance Method Details

#set_any(elements) ⇒ Object



23173
23174
23175
# File 'lib/eBay.rb', line 23173

def set_any(elements)
  @__xmlele_any = elements
end