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.



16663
16664
16665
16666
16667
# File 'lib/eBay.rb', line 16663

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.



16657
16658
16659
# File 'lib/eBay.rb', line 16657

def __xmlele_any
  @__xmlele_any
end

#countryObject

Returns the value of attribute country.



16655
16656
16657
# File 'lib/eBay.rb', line 16655

def country
  @country
end

#descriptionObject

Returns the value of attribute description.



16656
16657
16658
# File 'lib/eBay.rb', line 16656

def description
  @description
end

Instance Method Details

#set_any(elements) ⇒ Object



16659
16660
16661
# File 'lib/eBay.rb', line 16659

def set_any(elements)
  @__xmlele_any = elements
end