Class: CountryDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsCountryDetailsType

Constant Summary collapse

@@schema_type =
"CountryDetailsType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["country", ["CountryCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Country")]],
["description", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Description")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of CountryDetailsType.



13214
13215
13216
13217
13218
# File 'lib/eBay.rb', line 13214

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



13208
13209
13210
# File 'lib/eBay.rb', line 13208

def __xmlele_any
  @__xmlele_any
end

#countryObject

Returns the value of attribute country.



13206
13207
13208
# File 'lib/eBay.rb', line 13206

def country
  @country
end

#descriptionObject

Returns the value of attribute description.



13207
13208
13209
# File 'lib/eBay.rb', line 13207

def description
  @description
end

Instance Method Details

#set_any(elements) ⇒ Object



13210
13211
13212
# File 'lib/eBay.rb', line 13210

def set_any(elements)
  @__xmlele_any = elements
end