Class: SearchAttributesType

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

Overview

urn:ebay:apis:eBLBaseComponentsSearchAttributesType

Constant Summary collapse

@@schema_type =
"SearchAttributesType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["attributeID", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AttributeID")]],
["dateSpecifier", ["DateSpecifierCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DateSpecifier")]],
["rangeSpecifier", ["RangeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RangeSpecifier")]],
["valueList", ["ValType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ValueList")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributeID = nil, dateSpecifier = nil, rangeSpecifier = nil, valueList = []) ⇒ SearchAttributesType

Returns a new instance of SearchAttributesType.



16924
16925
16926
16927
16928
16929
16930
# File 'lib/eBay.rb', line 16924

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



16918
16919
16920
# File 'lib/eBay.rb', line 16918

def __xmlele_any
  @__xmlele_any
end

#attributeIDObject

Returns the value of attribute attributeID.



16914
16915
16916
# File 'lib/eBay.rb', line 16914

def attributeID
  @attributeID
end

#dateSpecifierObject

Returns the value of attribute dateSpecifier.



16915
16916
16917
# File 'lib/eBay.rb', line 16915

def dateSpecifier
  @dateSpecifier
end

#rangeSpecifierObject

Returns the value of attribute rangeSpecifier.



16916
16917
16918
# File 'lib/eBay.rb', line 16916

def rangeSpecifier
  @rangeSpecifier
end

#valueListObject

Returns the value of attribute valueList.



16917
16918
16919
# File 'lib/eBay.rb', line 16917

def valueList
  @valueList
end

Instance Method Details

#set_any(elements) ⇒ Object



16920
16921
16922
# File 'lib/eBay.rb', line 16920

def set_any(elements)
  @__xmlele_any = elements
end