Class: SiteLocationType

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

Overview

urn:ebay:apis:eBLBaseComponentsSiteLocationType

Constant Summary collapse

@@schema_type =
"SiteLocationType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["siteID", ["SiteIDFilterCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SiteID")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(siteID = nil) ⇒ SiteLocationType

Returns a new instance of SiteLocationType.



20227
20228
20229
20230
# File 'lib/eBay.rb', line 20227

def initialize(siteID = nil)
  @siteID = siteID
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



20221
20222
20223
# File 'lib/eBay.rb', line 20221

def __xmlele_any
  @__xmlele_any
end

#siteIDObject

Returns the value of attribute siteID.



20220
20221
20222
# File 'lib/eBay.rb', line 20220

def siteID
  @siteID
end

Instance Method Details

#set_any(elements) ⇒ Object



20223
20224
20225
# File 'lib/eBay.rb', line 20223

def set_any(elements)
  @__xmlele_any = elements
end