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.



21784
21785
21786
21787
21788
21789
21790
# File 'lib/eBay.rb', line 21784

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.



21778
21779
21780
# File 'lib/eBay.rb', line 21778

def __xmlele_any
  @__xmlele_any
end

#attributeIDObject

Returns the value of attribute attributeID.



21774
21775
21776
# File 'lib/eBay.rb', line 21774

def attributeID
  @attributeID
end

#dateSpecifierObject

Returns the value of attribute dateSpecifier.



21775
21776
21777
# File 'lib/eBay.rb', line 21775

def dateSpecifier
  @dateSpecifier
end

#rangeSpecifierObject

Returns the value of attribute rangeSpecifier.



21776
21777
21778
# File 'lib/eBay.rb', line 21776

def rangeSpecifier
  @rangeSpecifier
end

#valueListObject

Returns the value of attribute valueList.



21777
21778
21779
# File 'lib/eBay.rb', line 21777

def valueList
  @valueList
end

Instance Method Details

#set_any(elements) ⇒ Object



21780
21781
21782
# File 'lib/eBay.rb', line 21780

def set_any(elements)
  @__xmlele_any = elements
end