Class: Virtuaservices::Monitoring::Gateway

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

Overview

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

Author:

Instance Attribute Summary collapse

Instance Attribute Details

#gatewaysString



20
# File 'lib/virtuaservices/monitoring/gateway.rb', line 20

field :token, type: String

#runningBoolean



17
# File 'lib/virtuaservices/monitoring/gateway.rb', line 17

field :running, type: Boolean, default: false

#urlString



14
# File 'lib/virtuaservices/monitoring/gateway.rb', line 14

field :url, type: String