Class: Tina4::MessageLog::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/tina4/dev_admin.rb

Instance Attribute Summary collapse

Instance Attribute Details

#categoryObject

Returns the value of attribute category

Returns:

  • (Object)

    the current value of category



13
14
15
# File 'lib/tina4/dev_admin.rb', line 13

def category
  @category
end

#levelObject

Returns the value of attribute level

Returns:

  • (Object)

    the current value of level



13
14
15
# File 'lib/tina4/dev_admin.rb', line 13

def level
  @level
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



13
14
15
# File 'lib/tina4/dev_admin.rb', line 13

def message
  @message
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



13
14
15
# File 'lib/tina4/dev_admin.rb', line 13

def timestamp
  @timestamp
end