Class: Conduit::Event

Inherits:
Data
  • Object
show all
Defined in:
lib/conduit/event.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject (readonly)

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



4
5
6
# File 'lib/conduit/event.rb', line 4

def data
  @data
end

#eventObject (readonly)

Returns the value of attribute event

Returns:

  • (Object)

    the current value of event



4
5
6
# File 'lib/conduit/event.rb', line 4

def event
  @event
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



4
5
6
# File 'lib/conduit/event.rb', line 4

def id
  @id
end

#retryObject (readonly)

Returns the value of attribute retry

Returns:

  • (Object)

    the current value of retry



4
5
6
# File 'lib/conduit/event.rb', line 4

def retry
  @retry
end