Class: Log::Telemetry::Data

Inherits:
Struct
  • Object
show all
Defined in:
lib/log/telemetry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#level ⇒ Object

Returns the value of attribute level

Returns:

  • (Object) —

    the current value of level



9
10
11
# File 'lib/log/telemetry.rb', line 9

def level
  @level
end

#line ⇒ Object

Returns the value of attribute line

Returns:

  • (Object) —

    the current value of line



9
10
11
# File 'lib/log/telemetry.rb', line 9

def line
  @line
end

#message ⇒ Object

Returns the value of attribute message

Returns:

  • (Object) —

    the current value of message



9
10
11
# File 'lib/log/telemetry.rb', line 9

def message
  @message
end

#subject_name ⇒ Object

Returns the value of attribute subject_name

Returns:

  • (Object) —

    the current value of subject_name



9
10
11
# File 'lib/log/telemetry.rb', line 9

def subject_name
  @subject_name
end

#tags ⇒ Object

Returns the value of attribute tags

Returns:

  • (Object) —

    the current value of tags



9
10
11
# File 'lib/log/telemetry.rb', line 9

def tags
  @tags
end