Class: ProductFinderConstraintType

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

Overview

urn:ebay:apis:eBLBaseComponentsProductFinderConstraintType

Constant Summary collapse

@@schema_type =
"ProductFinderConstraintType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["displayName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DisplayName")]],
  ["displayValue", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DisplayValue")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(displayName = nil, displayValue = nil) ⇒ ProductFinderConstraintType

Returns a new instance of ProductFinderConstraintType.



21000
21001
21002
21003
21004
# File 'lib/eBay.rb', line 21000

def initialize(displayName = nil, displayValue = nil)
  @displayName = displayName
  @displayValue = displayValue
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



20994
20995
20996
# File 'lib/eBay.rb', line 20994

def __xmlele_any
  @__xmlele_any
end

#displayNameObject

Returns the value of attribute displayName.



20992
20993
20994
# File 'lib/eBay.rb', line 20992

def displayName
  @displayName
end

#displayValueObject

Returns the value of attribute displayValue.



20993
20994
20995
# File 'lib/eBay.rb', line 20993

def displayValue
  @displayValue
end

Instance Method Details

#set_any(elements) ⇒ Object



20996
20997
20998
# File 'lib/eBay.rb', line 20996

def set_any(elements)
  @__xmlele_any = elements
end