Class: F4w::Logging::ErrorData
- Inherits:
-
Struct
- Object
- Struct
- F4w::Logging::ErrorData
- Defined in:
- lib/f4w/logging/error_data.rb
Instance Attribute Summary collapse
-
#context ⇒ Object
Returns the value of attribute context.
-
#message ⇒ Object
Returns the value of attribute message.
Instance Attribute Details
#context ⇒ Object
Returns the value of attribute context
3 4 5 |
# File 'lib/f4w/logging/error_data.rb', line 3 def context @context end |
#message ⇒ Object
Returns the value of attribute message
3 4 5 |
# File 'lib/f4w/logging/error_data.rb', line 3 def @message end |