Class: SimpleProvision::Configuration
- Inherits:
-
Object
- Object
- SimpleProvision::Configuration
- Defined in:
- lib/simple_provision/configuration.rb
Constant Summary collapse
- MissingServerType =
Class.new(StandardError)
- MissingServerConfiguration =
Class.new(StandardError)
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
-
#profile ⇒ Object
readonly
Returns the value of attribute profile.
Instance Method Summary collapse
-
#initialize(profile) ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize(profile) ⇒ Configuration
Returns a new instance of Configuration.
11 12 13 14 15 |
# File 'lib/simple_provision/configuration.rb', line 11 def initialize(profile) @profile = profile end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
8 9 10 |
# File 'lib/simple_provision/configuration.rb', line 8 def end |
#profile ⇒ Object (readonly)
Returns the value of attribute profile.
9 10 11 |
# File 'lib/simple_provision/configuration.rb', line 9 def profile @profile end |