Class: EBay::CountryDetailsType
- Inherits:
-
Object
- Object
- EBay::CountryDetailsType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#country ⇒ Object
Returns the value of attribute country.
-
#description ⇒ Object
Returns the value of attribute description.
-
#detailVersion ⇒ Object
Returns the value of attribute detailVersion.
-
#updateTime ⇒ Object
Returns the value of attribute updateTime.
Instance Method Summary collapse
-
#initialize(country = nil, description = nil, detailVersion = nil, updateTime = nil) ⇒ CountryDetailsType
constructor
A new instance of CountryDetailsType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
23171 23172 23173 |
# File 'lib/eBay.rb', line 23171 def __xmlele_any @__xmlele_any end |
#country ⇒ Object
Returns the value of attribute country.
23167 23168 23169 |
# File 'lib/eBay.rb', line 23167 def country @country end |
#description ⇒ Object
Returns the value of attribute description.
23168 23169 23170 |
# File 'lib/eBay.rb', line 23168 def description @description end |
#detailVersion ⇒ Object
Returns the value of attribute detailVersion.
23169 23170 23171 |
# File 'lib/eBay.rb', line 23169 def detailVersion @detailVersion end |
#updateTime ⇒ Object
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 |