Class: SiteLocationType

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

Overview

urn:ebay:apis:eBLBaseComponentsSiteLocationType

siteID - SiteIDFilterCodeType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(siteID = nil) ⇒ SiteLocationType

Returns a new instance of SiteLocationType.



24441
24442
24443
24444
# File 'lib/eBay.rb', line 24441

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



24435
24436
24437
# File 'lib/eBay.rb', line 24435

def __xmlele_any
  @__xmlele_any
end

#siteIDObject

Returns the value of attribute siteID.



24434
24435
24436
# File 'lib/eBay.rb', line 24434

def siteID
  @siteID
end

Instance Method Details

#set_any(elements) ⇒ Object



24437
24438
24439
# File 'lib/eBay.rb', line 24437

def set_any(elements)
  @__xmlele_any = elements
end