Module: Nimbu

Defined in:
lib/vendor/nimbu/okjson.rb,
lib/nimbu.rb,
lib/nimbu/command.rb,
lib/nimbu/helpers.rb,
lib/nimbu/version.rb,
lib/nimbu/server/base.rb,
lib/nimbu/server/headers.rb,
lib/nimbu/command/helpers.rb

Overview

Defined Under Namespace

Modules: Command, Helpers, OkJson, Server Classes: Auth, CLI

Constant Summary collapse

VERSION =
"0.11.7"

Class Method Summary collapse

Class Method Details

.cli_optionsObject



14
15
16
# File 'lib/nimbu.rb', line 14

def self.cli_options
  @cli_options ||= {}
end

.debugObject



10
11
12
# File 'lib/nimbu.rb', line 10

def self.debug
  @debug || false
end

.debug=(value) ⇒ Object



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

def self.debug=(value)
  @debug = value
end