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.



18536
18537
18538
18539
18540
# File 'lib/eBay.rb', line 18536

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.



18530
18531
18532
# File 'lib/eBay.rb', line 18530

def __xmlele_any
  @__xmlele_any
end

#displayNameObject

Returns the value of attribute displayName.



18528
18529
18530
# File 'lib/eBay.rb', line 18528

def displayName
  @displayName
end

#displayValueObject

Returns the value of attribute displayValue.



18529
18530
18531
# File 'lib/eBay.rb', line 18529

def displayValue
  @displayValue
end

Instance Method Details

#set_any(elements) ⇒ Object



18532
18533
18534
# File 'lib/eBay.rb', line 18532

def set_any(elements)
  @__xmlele_any = elements
end