Class: EBay::ProductFinderConstraintType

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

Overview

urn:ebay:apis:eBLBaseComponentsProductFinderConstraintType

displayName - SOAP::SOAPString
displayValue - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

Returns the value of attribute __xmlele_any.



29244
29245
29246
# File 'lib/eBay.rb', line 29244

def __xmlele_any
  @__xmlele_any
end

#displayNameObject

Returns the value of attribute displayName.



29242
29243
29244
# File 'lib/eBay.rb', line 29242

def displayName
  @displayName
end

#displayValueObject

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