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.



16208
16209
16210
16211
16212
# File 'lib/eBay.rb', line 16208

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.



16202
16203
16204
# File 'lib/eBay.rb', line 16202

def __xmlele_any
  @__xmlele_any
end

#displayNameObject

Returns the value of attribute displayName.



16200
16201
16202
# File 'lib/eBay.rb', line 16200

def displayName
  @displayName
end

#displayValueObject

Returns the value of attribute displayValue.



16201
16202
16203
# File 'lib/eBay.rb', line 16201

def displayValue
  @displayValue
end

Instance Method Details

#set_any(elements) ⇒ Object



16204
16205
16206
# File 'lib/eBay.rb', line 16204

def set_any(elements)
  @__xmlele_any = elements
end