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



17
18
19
# File 'lib/tina4/dev_admin.rb', line 17

def category
  @category
end

#levelObject

Returns the value of attribute level

Returns:

  • (Object)

    the current value of level



17
18
19
# File 'lib/tina4/dev_admin.rb', line 17

def level
  @level
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



17
18
19
# File 'lib/tina4/dev_admin.rb', line 17

def message
  @message
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



17
18
19
# File 'lib/tina4/dev_admin.rb', line 17

def timestamp
  @timestamp
end