Class: Ecco::RowEvent

Inherits:
Struct
  • Object
show all
Defined in:
lib/ecco/row_event.rb

Instance Attribute Summary collapse

Instance Attribute Details

#databaseObject

Returns the value of attribute database

Returns:

  • (Object)

    the current value of database



2
3
4
# File 'lib/ecco/row_event.rb', line 2

def database
  @database
end

#rowsObject

Returns the value of attribute rows

Returns:

  • (Object)

    the current value of rows



2
3
4
# File 'lib/ecco/row_event.rb', line 2

def rows
  @rows
end

#tableObject

Returns the value of attribute table

Returns:

  • (Object)

    the current value of table



2
3
4
# File 'lib/ecco/row_event.rb', line 2

def table
  @table
end

#table_idObject

Returns the value of attribute table_id

Returns:

  • (Object)

    the current value of table_id



2
3
4
# File 'lib/ecco/row_event.rb', line 2

def table_id
  @table_id
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



2
3
4
# File 'lib/ecco/row_event.rb', line 2

def type
  @type
end