Module: OpsKit
- Defined in:
- lib/opskit.rb,
lib/opskit/cli.rb,
lib/opskit/host.rb,
lib/opskit/vhost.rb,
lib/opskit/version.rb,
lib/opskit/configuration.rb
Defined Under Namespace
Classes: Configuration, Host, OdinSon, VHost
Constant Summary collapse
- VERSION =
"0.4.0"
Class Attribute Summary collapse
-
.configuration ⇒ Object
Returns the value of attribute configuration.
Class Method Summary collapse
Class Attribute Details
.configuration ⇒ Object
Returns the value of attribute configuration.
13 14 15 |
# File 'lib/opskit.rb', line 13 def configuration @configuration end |
Class Method Details
.configure(name) ⇒ Object
16 17 18 19 |
# File 'lib/opskit.rb', line 16 def self.configure name self.configuration ||= Configuration.new(name) #yield(configuration) #Not sure if we need somthing like initializers end |