Class: EBay::SearchAttributesType
- Inherits:
-
Object
- Object
- EBay::SearchAttributesType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSearchAttributesType
attributeID - SOAP::SOAPInt
dateSpecifier - EBay::DateSpecifierCodeType
rangeSpecifier - EBay::RangeCodeType
valueList - EBay::ValType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#attributeID ⇒ Object
Returns the value of attribute attributeID.
-
#dateSpecifier ⇒ Object
Returns the value of attribute dateSpecifier.
-
#rangeSpecifier ⇒ Object
Returns the value of attribute rangeSpecifier.
-
#valueList ⇒ Object
Returns the value of attribute valueList.
Instance Method Summary collapse
-
#initialize(attributeID = nil, dateSpecifier = nil, rangeSpecifier = nil, valueList = []) ⇒ SearchAttributesType
constructor
A new instance of SearchAttributesType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(attributeID = nil, dateSpecifier = nil, rangeSpecifier = nil, valueList = []) ⇒ SearchAttributesType
Returns a new instance of SearchAttributesType.
30870 30871 30872 30873 30874 30875 30876 |
# File 'lib/eBay.rb', line 30870 def initialize(attributeID = nil, dateSpecifier = nil, rangeSpecifier = nil, valueList = []) @attributeID = attributeID @dateSpecifier = dateSpecifier @rangeSpecifier = rangeSpecifier @valueList = valueList @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
30864 30865 30866 |
# File 'lib/eBay.rb', line 30864 def __xmlele_any @__xmlele_any end |
#attributeID ⇒ Object
Returns the value of attribute attributeID.
30860 30861 30862 |
# File 'lib/eBay.rb', line 30860 def attributeID @attributeID end |
#dateSpecifier ⇒ Object
Returns the value of attribute dateSpecifier.
30861 30862 30863 |
# File 'lib/eBay.rb', line 30861 def dateSpecifier @dateSpecifier end |
#rangeSpecifier ⇒ Object
Returns the value of attribute rangeSpecifier.
30862 30863 30864 |
# File 'lib/eBay.rb', line 30862 def rangeSpecifier @rangeSpecifier end |
#valueList ⇒ Object
Returns the value of attribute valueList.
30863 30864 30865 |
# File 'lib/eBay.rb', line 30863 def valueList @valueList end |
Instance Method Details
#set_any(elements) ⇒ Object
30866 30867 30868 |
# File 'lib/eBay.rb', line 30866 def set_any(elements) @__xmlele_any = elements end |