Class: EBay::ConditionType

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

Overview

urn:ebay:apis:eBLBaseComponentsConditionType

iD - SOAP::SOAPInt
displayName - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(iD = nil, displayName = nil) ⇒ ConditionType

Returns a new instance of ConditionType.



23066
23067
23068
23069
23070
# File 'lib/eBay.rb', line 23066

def initialize(iD = nil, displayName = nil)
  @iD = iD
  @displayName = displayName
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



23060
23061
23062
# File 'lib/eBay.rb', line 23060

def __xmlele_any
  @__xmlele_any
end

#displayNameObject

Returns the value of attribute displayName.



23059
23060
23061
# File 'lib/eBay.rb', line 23059

def displayName
  @displayName
end

#iDObject

Returns the value of attribute iD.



23058
23059
23060
# File 'lib/eBay.rb', line 23058

def iD
  @iD
end

Instance Method Details

#set_any(elements) ⇒ Object



23062
23063
23064
# File 'lib/eBay.rb', line 23062

def set_any(elements)
  @__xmlele_any = elements
end