class Sqreen::Kit::Signals::LocationInfra
Attributes
agent_version[RW]
mandatory @return [String]
hostname[RW]
mandatory @return [String]
libsqreen_version[RW]
@return [String]
os_type[RW]
mandatory @return [String]
runtime_type[RW]
@return [String]
runtime_version[RW]
mandatory @return [String]
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 107 def to_h { infra: { agent_type: 'ruby', }.merge(super()), } end