Class: ProductFinderConstraintType
- Inherits:
-
Object
- Object
- ProductFinderConstraintType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#displayName ⇒ Object
Returns the value of attribute displayName.
-
#displayValue ⇒ Object
Returns the value of attribute displayValue.
Instance Method Summary collapse
-
#initialize(displayName = nil, displayValue = nil) ⇒ ProductFinderConstraintType
constructor
A new instance of ProductFinderConstraintType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
20994 20995 20996 |
# File 'lib/eBay.rb', line 20994 def __xmlele_any @__xmlele_any end |
#displayName ⇒ Object
Returns the value of attribute displayName.
20992 20993 20994 |
# File 'lib/eBay.rb', line 20992 def displayName @displayName end |
#displayValue ⇒ Object
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 |