Class: SiteLocationType
- Inherits:
-
Object
- Object
- SiteLocationType
- 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
-
#__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.
22831 22832 22833 22834 |
# File 'lib/eBay.rb', line 22831 def initialize(siteID = nil) @siteID = siteID @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
22825 22826 22827 |
# File 'lib/eBay.rb', line 22825 def __xmlele_any @__xmlele_any end |
#siteID ⇒ Object
Returns the value of attribute siteID.
22824 22825 22826 |
# File 'lib/eBay.rb', line 22824 def siteID @siteID end |
Instance Method Details
#set_any(elements) ⇒ Object
22827 22828 22829 |
# File 'lib/eBay.rb', line 22827 def set_any(elements) @__xmlele_any = elements end |