Class: EBay::SiteLocationType

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

Overview

urn:ebay:apis:eBLBaseComponentsSiteLocationType

siteID - EBay::SiteIDFilterCodeType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(siteID = nil) ⇒ SiteLocationType

Returns a new instance of SiteLocationType.



33510
33511
33512
33513
# File 'lib/eBay.rb', line 33510

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



33504
33505
33506
# File 'lib/eBay.rb', line 33504

def __xmlele_any
  @__xmlele_any
end

#siteIDObject

Returns the value of attribute siteID.



33503
33504
33505
# File 'lib/eBay.rb', line 33503

def siteID
  @siteID
end

Instance Method Details

#set_any(elements) ⇒ Object



33506
33507
33508
# File 'lib/eBay.rb', line 33506

def set_any(elements)
  @__xmlele_any = elements
end