Class: Logfmt::Transformer::Pair
- Inherits:
-
Struct
- Object
- Struct
- Logfmt::Transformer::Pair
- Defined in:
- lib/logfmt/parser.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#val ⇒ Object
Returns the value of attribute val.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
26 27 28 |
# File 'lib/logfmt/parser.rb', line 26 def key @key end |
#val ⇒ Object
Returns the value of attribute val
26 27 28 |
# File 'lib/logfmt/parser.rb', line 26 def val @val end |