Class: CountryDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsCountryDetailsType

country - CountryCodeType
description - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of CountryDetailsType.



18485
18486
18487
18488
18489
# File 'lib/eBay.rb', line 18485

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.



18479
18480
18481
# File 'lib/eBay.rb', line 18479

def __xmlele_any
  @__xmlele_any
end

#countryObject

Returns the value of attribute country.



18477
18478
18479
# File 'lib/eBay.rb', line 18477

def country
  @country
end

#descriptionObject

Returns the value of attribute description.



18478
18479
18480
# File 'lib/eBay.rb', line 18478

def description
  @description
end

Instance Method Details

#set_any(elements) ⇒ Object



18481
18482
18483
# File 'lib/eBay.rb', line 18481

def set_any(elements)
  @__xmlele_any = elements
end