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.



17818
17819
17820
17821
# File 'lib/eBay.rb', line 17818

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



17812
17813
17814
# File 'lib/eBay.rb', line 17812

def __xmlele_any
  @__xmlele_any
end

#siteIDObject

Returns the value of attribute siteID.



17811
17812
17813
# File 'lib/eBay.rb', line 17811

def siteID
  @siteID
end

Instance Method Details

#set_any(elements) ⇒ Object



17814
17815
17816
# File 'lib/eBay.rb', line 17814

def set_any(elements)
  @__xmlele_any = elements
end