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.



19368
19369
19370
19371
19372
19373
# File 'lib/eBay.rb', line 19368

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.



19362
19363
19364
# File 'lib/eBay.rb', line 19362

def __xmlele_any
  @__xmlele_any
end

#reasonObject

Returns the value of attribute reason.



19361
19362
19363
# File 'lib/eBay.rb', line 19361

def reason
  @reason
end

#timeObject

Returns the value of attribute time.



19360
19361
19362
# File 'lib/eBay.rb', line 19360

def time
  @time
end

#typeObject

Returns the value of attribute type.



19359
19360
19361
# File 'lib/eBay.rb', line 19359

def type
  @type
end

Instance Method Details

#set_any(elements) ⇒ Object



19364
19365
19366
# File 'lib/eBay.rb', line 19364

def set_any(elements)
  @__xmlele_any = elements
end