Class: Fortress::Configuration
- Inherits:
-
Object
- Object
- Fortress::Configuration
- Defined in:
- lib/fortress/configuration.rb
Overview
Fortress configuration management class
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
25 26 27 |
# File 'lib/fortress/configuration.rb', line 25 def end |
Instance Method Details
#externals=(value) ⇒ Object
27 28 29 30 31 |
# File 'lib/fortress/configuration.rb', line 27 def externals=(value) return unless value = { externals: externals_from(value) } end |