Class: EBay::MarkUpMarkDownEventType
- Inherits:
-
Object
- Object
- EBay::MarkUpMarkDownEventType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsMarkUpMarkDownEventType
type - EBay::MarkUpMarkDownEventTypeCodeType
time - SOAP::SOAPDateTime
reason - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#time ⇒ Object
Returns the value of attribute time.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(type = nil, time = nil, reason = nil) ⇒ MarkUpMarkDownEventType
constructor
A new instance of MarkUpMarkDownEventType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
26719 26720 26721 |
# File 'lib/eBay.rb', line 26719 def __xmlele_any @__xmlele_any end |
#reason ⇒ Object
Returns the value of attribute reason.
26718 26719 26720 |
# File 'lib/eBay.rb', line 26718 def reason @reason end |
#time ⇒ Object
Returns the value of attribute time.
26717 26718 26719 |
# File 'lib/eBay.rb', line 26717 def time @time end |
#type ⇒ Object
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 |