Class: SearchAttributesType

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

Overview

urn:ebay:apis:eBLBaseComponentsSearchAttributesType

attributeID - SOAP::SOAPInt
dateSpecifier - DateSpecifierCodeType
rangeSpecifier - RangeCodeType
valueList - ValType

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.



23360
23361
23362
23363
23364
23365
23366
# File 'lib/eBay.rb', line 23360

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.



23354
23355
23356
# File 'lib/eBay.rb', line 23354

def __xmlele_any
  @__xmlele_any
end

#attributeIDObject

Returns the value of attribute attributeID.



23350
23351
23352
# File 'lib/eBay.rb', line 23350

def attributeID
  @attributeID
end

#dateSpecifierObject

Returns the value of attribute dateSpecifier.



23351
23352
23353
# File 'lib/eBay.rb', line 23351

def dateSpecifier
  @dateSpecifier
end

#rangeSpecifierObject

Returns the value of attribute rangeSpecifier.



23352
23353
23354
# File 'lib/eBay.rb', line 23352

def rangeSpecifier
  @rangeSpecifier
end

#valueListObject

Returns the value of attribute valueList.



23353
23354
23355
# File 'lib/eBay.rb', line 23353

def valueList
  @valueList
end

Instance Method Details

#set_any(elements) ⇒ Object



23356
23357
23358
# File 'lib/eBay.rb', line 23356

def set_any(elements)
  @__xmlele_any = elements
end