Class: Log::Telemetry::Data

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

Instance Attribute Summary collapse

Instance Attribute Details

#levelObject

Returns the value of attribute level



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

def level
  @level
end

#lineObject

Returns the value of attribute line



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

def line
  @line
end

#messageObject

Returns the value of attribute message



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

def message
  @message
end

#subject_nameObject

Returns the value of attribute subject_name



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

def subject_name
  @subject_name
end

#tagsObject

Returns the value of attribute tags



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

def tags
  @tags
end