Class: Hallmonitor::Outputters::Datadog::EventData

Inherits:
Struct
  • Object
show all
Defined in:
lib/hallmonitor/outputters/datadog.rb

Overview

Simple EventData struct

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



11
12
13
# File 'lib/hallmonitor/outputters/datadog.rb', line 11

def name
  @name
end

#tagsObject

Returns the value of attribute tags

Returns:

  • (Object)

    the current value of tags



11
12
13
# File 'lib/hallmonitor/outputters/datadog.rb', line 11

def tags
  @tags
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



11
12
13
# File 'lib/hallmonitor/outputters/datadog.rb', line 11

def type
  @type
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



11
12
13
# File 'lib/hallmonitor/outputters/datadog.rb', line 11

def value
  @value
end