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.



14925
14926
14927
14928
14929
# File 'lib/eBay.rb', line 14925

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.



14919
14920
14921
# File 'lib/eBay.rb', line 14919

def __xmlele_any
  @__xmlele_any
end

#countryObject

Returns the value of attribute country.



14917
14918
14919
# File 'lib/eBay.rb', line 14917

def country
  @country
end

#descriptionObject

Returns the value of attribute description.



14918
14919
14920
# File 'lib/eBay.rb', line 14918

def description
  @description
end

Instance Method Details

#set_any(elements) ⇒ Object



14921
14922
14923
# File 'lib/eBay.rb', line 14921

def set_any(elements)
  @__xmlele_any = elements
end