Class: Julewire::Core::CLI::LogFormats::Entry

Inherits:
Data
  • Object
show all
Defined in:
lib/julewire/core/cli/log_formats.rb

Instance Attribute Summary collapse

Instance Attribute Details

#decoderObject (readonly)

Returns the value of attribute decoder

Returns:

  • (Object)

    the current value of decoder



7
8
9
# File 'lib/julewire/core/cli/log_formats.rb', line 7

def decoder
  @decoder
end

#encoderObject (readonly)

Returns the value of attribute encoder

Returns:

  • (Object)

    the current value of encoder



7
8
9
# File 'lib/julewire/core/cli/log_formats.rb', line 7

def encoder
  @encoder
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/julewire/core/cli/log_formats.rb', line 7

def name
  @name
end

#priorityObject (readonly)

Returns the value of attribute priority

Returns:

  • (Object)

    the current value of priority



7
8
9
# File 'lib/julewire/core/cli/log_formats.rb', line 7

def priority
  @priority
end