module Sqreen::Kit::Signals::SignalAttributes

Attributes

actor[RW]

@return [Actor]

context[RW]

@return [Object] specified by context schema

context_schema[RW]

@return [String]

location[RW]

@return [Location]

location_infra[RW]

@return [LocationInfra]

source[RW]

@return [String]

trigger[RW]

@return [Hash{String=>Object}]

Public Instance Methods

to_h() click to toggle source
Calls superclass method Sqreen::Kit::Signals::DtoHelper#to_h
# File lib/sqreen/kit/signals/signal_attributes.rb, line 47
def to_h
  {
    type: type,
  }.merge(super())
end
type() click to toggle source
# File lib/sqreen/kit/signals/signal_attributes.rb, line 22
def type
  raise NotImplementedError
end