Class: SearchLocationType
- Inherits:
-
Object
- Object
- SearchLocationType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSearchLocationType
Constant Summary collapse
- @@schema_type =
"SearchLocationType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["regionID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RegionID")]], ["siteLocation", ["SiteLocationType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SiteLocation")]], ["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.
-
#regionID ⇒ Object
Returns the value of attribute regionID.
-
#siteLocation ⇒ Object
Returns the value of attribute siteLocation.
Instance Method Summary collapse
-
#initialize(regionID = nil, siteLocation = nil) ⇒ SearchLocationType
constructor
A new instance of SearchLocationType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(regionID = nil, siteLocation = nil) ⇒ SearchLocationType
Returns a new instance of SearchLocationType.
21870 21871 21872 21873 21874 |
# File 'lib/eBay.rb', line 21870 def initialize(regionID = nil, siteLocation = nil) @regionID = regionID @siteLocation = siteLocation @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
21864 21865 21866 |
# File 'lib/eBay.rb', line 21864 def __xmlele_any @__xmlele_any end |
#regionID ⇒ Object
Returns the value of attribute regionID.
21862 21863 21864 |
# File 'lib/eBay.rb', line 21862 def regionID @regionID end |
#siteLocation ⇒ Object
Returns the value of attribute siteLocation.
21863 21864 21865 |
# File 'lib/eBay.rb', line 21863 def siteLocation @siteLocation end |
Instance Method Details
#set_any(elements) ⇒ Object
21866 21867 21868 |
# File 'lib/eBay.rb', line 21866 def set_any(elements) @__xmlele_any = elements end |