Class: Julewire::Core::CLI::LogFormats::Entry
- Inherits:
-
Data
- Object
- Data
- Julewire::Core::CLI::LogFormats::Entry
- Defined in:
- lib/julewire/core/cli/log_formats.rb
Instance Attribute Summary collapse
-
#decoder ⇒ Object
readonly
Returns the value of attribute decoder.
-
#encoder ⇒ Object
readonly
Returns the value of attribute encoder.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#priority ⇒ Object
readonly
Returns the value of attribute priority.
Instance Attribute Details
#decoder ⇒ Object (readonly)
Returns the value of attribute decoder
7 8 9 |
# File 'lib/julewire/core/cli/log_formats.rb', line 7 def decoder @decoder end |
#encoder ⇒ Object (readonly)
Returns the value of attribute encoder
7 8 9 |
# File 'lib/julewire/core/cli/log_formats.rb', line 7 def encoder @encoder end |
#name ⇒ Object (readonly)
Returns the value of attribute name
7 8 9 |
# File 'lib/julewire/core/cli/log_formats.rb', line 7 def name @name end |
#priority ⇒ Object (readonly)
Returns the value of attribute priority
7 8 9 |
# File 'lib/julewire/core/cli/log_formats.rb', line 7 def priority @priority end |