Class: Arkaan::Monitoring::Gateway

Inherits:
Object
  • Object
show all
Includes:
Concerns::Activable, Concerns::Diagnosticable, Mongoid::Document, Mongoid::Timestamps
Defined in:
lib/arkaan/monitoring/gateway.rb

Overview

A gateway is a portal by which you access the different web services of the application suite.

Instance Attribute Summary collapse

Instance Attribute Details

#gatewaysString



19
# File 'lib/arkaan/monitoring/gateway.rb', line 19

field :token, type: String

#runningBoolean



16
# File 'lib/arkaan/monitoring/gateway.rb', line 16

field :running, type: Boolean, default: false

#urlString



13
# File 'lib/arkaan/monitoring/gateway.rb', line 13

field :url, type: String