Class: EBay::SiteLocationType
- Inherits:
-
Object
- Object
- EBay::SiteLocationType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSiteLocationType
siteID - EBay::SiteIDFilterCodeType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#siteID ⇒ Object
Returns the value of attribute siteID.
Instance Method Summary collapse
-
#initialize(siteID = nil) ⇒ SiteLocationType
constructor
A new instance of SiteLocationType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
33504 33505 33506 |
# File 'lib/eBay.rb', line 33504 def __xmlele_any @__xmlele_any end |
#siteID ⇒ Object
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 |