Class: Hbtrack::Database::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/hbtrack/database/model.rb

Instance Attribute Summary collapse

Instance Attribute Details

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



7
8
9
# File 'lib/hbtrack/database/model.rb', line 7

def timestamp
  @timestamp
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



7
8
9
# File 'lib/hbtrack/database/model.rb', line 7

def type
  @type
end