Class: EBay::ConditionValuesType

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

Overview

urn:ebay:apis:eBLBaseComponentsConditionValuesType

condition - EBay::ConditionType
conditionHelpURL - SOAP::SOAPAnyURI

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(condition = [], conditionHelpURL = nil) ⇒ ConditionValuesType

Returns a new instance of ConditionValuesType.



23098
23099
23100
23101
23102
# File 'lib/eBay.rb', line 23098

def initialize(condition = [], conditionHelpURL = nil)
  @condition = condition
  @conditionHelpURL = conditionHelpURL
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



23092
23093
23094
# File 'lib/eBay.rb', line 23092

def __xmlele_any
  @__xmlele_any
end

#conditionObject

Returns the value of attribute condition.



23090
23091
23092
# File 'lib/eBay.rb', line 23090

def condition
  @condition
end

#conditionHelpURLObject

Returns the value of attribute conditionHelpURL.



23091
23092
23093
# File 'lib/eBay.rb', line 23091

def conditionHelpURL
  @conditionHelpURL
end

Instance Method Details

#set_any(elements) ⇒ Object



23094
23095
23096
# File 'lib/eBay.rb', line 23094

def set_any(elements)
  @__xmlele_any = elements
end