Module: Boothby
- Defined in:
- lib/boothby/key_ring.rb,
lib/boothby.rb,
lib/boothby/cli.rb,
lib/boothby/base.rb,
lib/boothby/seeds.rb,
lib/boothby/command.rb,
lib/boothby/version.rb,
lib/boothby/maintenance.rb,
lib/boothby/yaml_reader.rb,
lib/boothby/commands/seed.rb,
lib/boothby/configuration.rb,
lib/boothby/commands/setup.rb,
lib/boothby/commands/update.rb
Overview
Store configuration YAML files
Defined Under Namespace
Modules: Commands, Configuration Classes: CLI, Command, Error, KeyRing, Plant, Toolbox, YAMLReader, base
Constant Summary collapse
- VERSION =
'0.1.1'
Class Attribute Summary collapse
-
.root ⇒ Object
Returns the value of attribute root.
Class Method Summary collapse
Class Attribute Details
.root ⇒ Object
Returns the value of attribute root.
14 15 16 |
# File 'lib/boothby.rb', line 14 def root @root end |
Class Method Details
.configure(&block) ⇒ Object
17 18 19 |
# File 'lib/boothby.rb', line 17 def self.configure(&block) Boothby::Configuration.configure(&block) end |