Class: Tina4::MessageLog::Entry
- Inherits:
-
Struct
- Object
- Struct
- Tina4::MessageLog::Entry
- Defined in:
- lib/tina4/dev_admin.rb
Instance Attribute Summary collapse
-
#category ⇒ Object
Returns the value of attribute category.
-
#level ⇒ Object
Returns the value of attribute level.
-
#message ⇒ Object
Returns the value of attribute message.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category
13 14 15 |
# File 'lib/tina4/dev_admin.rb', line 13 def category @category end |
#level ⇒ Object
Returns the value of attribute level
13 14 15 |
# File 'lib/tina4/dev_admin.rb', line 13 def level @level end |
#message ⇒ Object
Returns the value of attribute message
13 14 15 |
# File 'lib/tina4/dev_admin.rb', line 13 def @message end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
13 14 15 |
# File 'lib/tina4/dev_admin.rb', line 13 def @timestamp end |