Class: Conduit::Event
- Inherits:
-
Data
- Object
- Data
- Conduit::Event
- Defined in:
- lib/conduit/event.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
readonly
Returns the value of attribute data.
-
#event ⇒ Object
readonly
Returns the value of attribute event.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#retry ⇒ Object
readonly
Returns the value of attribute retry.
Instance Attribute Details
#data ⇒ Object (readonly)
Returns the value of attribute data
4 5 6 |
# File 'lib/conduit/event.rb', line 4 def data @data end |
#event ⇒ Object (readonly)
Returns the value of attribute event
4 5 6 |
# File 'lib/conduit/event.rb', line 4 def event @event end |
#id ⇒ Object (readonly)
Returns the value of attribute id
4 5 6 |
# File 'lib/conduit/event.rb', line 4 def id @id end |
#retry ⇒ Object (readonly)
Returns the value of attribute retry
4 5 6 |
# File 'lib/conduit/event.rb', line 4 def retry @retry end |