Class: MarkUpMarkDownEventType

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

Overview

urn:ebay:apis:eBLBaseComponentsMarkUpMarkDownEventType

Constant Summary collapse

@@schema_type =
"MarkUpMarkDownEventType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["type", ["MarkUpMarkDownEventTypeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Type")]],
  ["time", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Time")]],
  ["reason", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Reason")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of MarkUpMarkDownEventType.



16947
16948
16949
16950
16951
16952
# File 'lib/eBay.rb', line 16947

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.



16941
16942
16943
# File 'lib/eBay.rb', line 16941

def __xmlele_any
  @__xmlele_any
end

#reasonObject

Returns the value of attribute reason.



16940
16941
16942
# File 'lib/eBay.rb', line 16940

def reason
  @reason
end

#timeObject

Returns the value of attribute time.



16939
16940
16941
# File 'lib/eBay.rb', line 16939

def time
  @time
end

#typeObject

Returns the value of attribute type.



16938
16939
16940
# File 'lib/eBay.rb', line 16938

def type
  @type
end

Instance Method Details

#set_any(elements) ⇒ Object



16943
16944
16945
# File 'lib/eBay.rb', line 16943

def set_any(elements)
  @__xmlele_any = elements
end