Module: Boothby
- Defined in:
- lib/boothby/key_ring.rb,
lib/boothby.rb,
lib/boothby/cli.rb,
lib/boothby/base.rb,
lib/boothby/root.rb,
lib/boothby/seeds.rb,
lib/boothby/command.rb,
lib/boothby/version.rb,
lib/boothby/maintenance.rb,
lib/boothby/commands/seed.rb,
lib/boothby/configuration.rb,
lib/boothby/commands/setup.rb,
lib/boothby/commands/update.rb,
lib/boothby/configuration_data.rb
Overview
Store configuration YAML files
Defined Under Namespace
Modules: Commands, Configuration Classes: Base, CLI, Command, ConfigurationData, Error, KeyRing, Plant, Root, Toolbox
Constant Summary collapse
- VERSION =
'0.1.2'
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 |