Class: EBay::ProductFinderConstraintType
- Inherits:
-
Object
- Object
- EBay::ProductFinderConstraintType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsProductFinderConstraintType
displayName - SOAP::SOAPString
displayValue - SOAP::SOAPString
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.
29250 29251 29252 29253 29254 |
# File 'lib/eBay.rb', line 29250 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.
29244 29245 29246 |
# File 'lib/eBay.rb', line 29244 def __xmlele_any @__xmlele_any end |
#displayName ⇒ Object
Returns the value of attribute displayName.
29242 29243 29244 |
# File 'lib/eBay.rb', line 29242 def displayName @displayName end |
#displayValue ⇒ Object
Returns the value of attribute displayValue.
29243 29244 29245 |
# File 'lib/eBay.rb', line 29243 def displayValue @displayValue end |
Instance Method Details
#set_any(elements) ⇒ Object
29246 29247 29248 |
# File 'lib/eBay.rb', line 29246 def set_any(elements) @__xmlele_any = elements end |