Class: Utracker::Logger::Event
- Inherits:
-
Struct
- Object
- Struct
- Utracker::Logger::Event
- Defined in:
- lib/utracker/logger.rb
Instance Attribute Summary collapse
-
#datetime ⇒ Object
Returns the value of attribute datetime.
-
#description ⇒ Object
Returns the value of attribute description.
-
#message ⇒ Object
Returns the value of attribute message.
-
#options ⇒ Object
Returns the value of attribute options.
-
#service ⇒ Object
Returns the value of attribute service.
Instance Method Summary collapse
Instance Attribute Details
#datetime ⇒ Object
Returns the value of attribute datetime
3 4 5 |
# File 'lib/utracker/logger.rb', line 3 def datetime @datetime end |
#description ⇒ Object
Returns the value of attribute description
3 4 5 |
# File 'lib/utracker/logger.rb', line 3 def description @description end |
#message ⇒ Object
Returns the value of attribute message
3 4 5 |
# File 'lib/utracker/logger.rb', line 3 def @message end |
#options ⇒ Object
Returns the value of attribute options
3 4 5 |
# File 'lib/utracker/logger.rb', line 3 def @options end |
#service ⇒ Object
Returns the value of attribute service
3 4 5 |
# File 'lib/utracker/logger.rb', line 3 def service @service end |