Refresh

This website rubydoc.info/gems/ebay4r/2.1/EBay/SearchAttributesType is currently offline. Cloudflare's Always Online™ shows a snapshot of this web page from the Internet Archive's Wayback Machine. To check for the live version, click Refresh.

Class: EBay::SearchAttributesType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

Returns the value of attribute __xmlele_any.



30864
30865
30866
# File 'lib/eBay.rb', line 30864

def __xmlele_any
  @__xmlele_any
end

#attributeIDObject

Returns the value of attribute attributeID.



30860
30861
30862
# File 'lib/eBay.rb', line 30860

def attributeID
  @attributeID
end

#dateSpecifierObject

Returns the value of attribute dateSpecifier.



30861
30862
30863
# File 'lib/eBay.rb', line 30861

def dateSpecifier
  @dateSpecifier
end

#rangeSpecifierObject

Returns the value of attribute rangeSpecifier.



30862
30863
30864
# File 'lib/eBay.rb', line 30862

def rangeSpecifier
  @rangeSpecifier
end

#valueListObject

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