Class: Sqreen::Kit::Signals::Point

Inherits:
Signal
  • Object
show all
Defined in:
lib/sqreen/kit/signals/point.rb

Constant Summary

Constants included from DtoHelper

DtoHelper::DO_NOT_CONVERT_TYPES, DtoHelper::RFC_3339_FMT

Instance Attribute Summary

Attributes inherited from Signal

#payload, #payload_schema, #signal_name

Attributes included from SignalAttributes

#actor, #context, #context_schema, #location, #location_infra, #source, #trigger

Instance Method Summary collapse

Methods included from SignalAttributes

#time, #to_h

Methods included from DtoHelper

#append_to_h_filter, #compact_hash, included, #initialize, #to_h, #to_json

Instance Method Details

#typeObject



15
16
17
# File 'lib/sqreen/kit/signals/point.rb', line 15

def type
  'point'
end