Class: EBay::MarkUpMarkDownEventType

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

Overview

urn:ebay:apis:eBLBaseComponentsMarkUpMarkDownEventType

type - EBay::MarkUpMarkDownEventTypeCodeType
time - SOAP::SOAPDateTime
reason - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil, time = nil, reason = nil) ⇒ MarkUpMarkDownEventType

Returns a new instance of MarkUpMarkDownEventType.



26725
26726
26727
26728
26729
26730
# File 'lib/eBay.rb', line 26725

def initialize(type = nil, time = nil, reason = nil)
  @type = type
  @time = time
  @reason = reason
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



26719
26720
26721
# File 'lib/eBay.rb', line 26719

def __xmlele_any
  @__xmlele_any
end

#reasonObject

Returns the value of attribute reason.



26718
26719
26720
# File 'lib/eBay.rb', line 26718

def reason
  @reason
end

#timeObject

Returns the value of attribute time.



26717
26718
26719
# File 'lib/eBay.rb', line 26717

def time
  @time
end

#typeObject

Returns the value of attribute type.



26716
26717
26718
# File 'lib/eBay.rb', line 26716

def type
  @type
end

Instance Method Details

#set_any(elements) ⇒ Object



26721
26722
26723
# File 'lib/eBay.rb', line 26721

def set_any(elements)
  @__xmlele_any = elements
end