Module: Vermillion

Defined in:
lib/test.rb,
lib/client.rb,
lib/test/base.rb,
lib/client/utils.rb,
lib/client/config.rb,
lib/client/helper.rb,
lib/client/router.rb,
lib/client/request.rb,
lib/client/version.rb,
lib/client/controller.rb,
lib/client/helper/time.rb,
lib/client/helper/network.rb,
lib/client/helper/results.rb,
lib/client/helper/endpoint.rb,
lib/client/controller/change.rb,
lib/client/controller/create.rb,
lib/client/controller/status.rb,
lib/client/controller/update.rb,
lib/client/helper/formatting.rb,
lib/client/controller/firstrun.rb,
lib/client/helper/apicommunication.rb

Defined Under Namespace

Modules: Controller, Helper, Test Classes: Cfg, Request, Router, Utils

Constant Summary collapse

DEBUG =

Flag for enabling more verbose output from certain methods

false
VERSION =

Program version

'1.1.0'.freeze

Class Method Summary collapse

Class Method Details

.test?Boolean

Flag to determine if module is running in test mode

Returns:

  • (Boolean)


6
7
8
# File 'lib/test.rb', line 6

def self.test?
  true
end