Module: BoPeep
- Defined in:
- lib/bopeep.rb
Defined Under Namespace
Classes: ChainCommand, Command, Config, Console, Context, Executor, Host, HostCollection, InvalidHostDataError, LazilyFilteredHostCollection, Localhost, Playlist, Runner, Script
Constant Summary collapse
- LOCALHOST =
Localhost.new
Class Attribute Summary collapse
-
.config ⇒ Object
readonly
Returns the value of attribute config.
-
.console ⇒ Object
readonly
Returns the value of attribute console.
-
.search_paths ⇒ Object
readonly
Returns the value of attribute search_paths.
Class Method Summary collapse
Class Attribute Details
.config ⇒ Object (readonly)
Returns the value of attribute config.
2349 2350 2351 |
# File 'lib/bopeep.rb', line 2349 def config @config end |
.console ⇒ Object (readonly)
Returns the value of attribute console.
2350 2351 2352 |
# File 'lib/bopeep.rb', line 2350 def console @console end |
.search_paths ⇒ Object (readonly)
Returns the value of attribute search_paths.
2351 2352 2353 |
# File 'lib/bopeep.rb', line 2351 def search_paths @search_paths end |
Class Method Details
.configure {|config| ... } ⇒ Object
2358 2359 2360 |
# File 'lib/bopeep.rb', line 2358 def self.configure yield config end |
.default_user ⇒ Object
2362 2363 2364 |
# File 'lib/bopeep.rb', line 2362 def self.default_user config.default_user end |