Class: MarkUpMarkDownEventType

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

Overview

urn:ebay:apis:eBLBaseComponentsMarkUpMarkDownEventType

type - 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.



21076
21077
21078
21079
21080
21081
# File 'lib/eBay.rb', line 21076

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.



21070
21071
21072
# File 'lib/eBay.rb', line 21070

def __xmlele_any
  @__xmlele_any
end

#reasonObject

Returns the value of attribute reason.



21069
21070
21071
# File 'lib/eBay.rb', line 21069

def reason
  @reason
end

#timeObject

Returns the value of attribute time.



21068
21069
21070
# File 'lib/eBay.rb', line 21068

def time
  @time
end

#typeObject

Returns the value of attribute type.



21067
21068
21069
# File 'lib/eBay.rb', line 21067

def type
  @type
end

Instance Method Details

#set_any(elements) ⇒ Object



21072
21073
21074
# File 'lib/eBay.rb', line 21072

def set_any(elements)
  @__xmlele_any = elements
end