Class: Fortress::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/fortress/configuration.rb

Overview

Fortress configuration management class

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#optionsObject (readonly)

Returns the value of attribute options.



25
26
27
# File 'lib/fortress/configuration.rb', line 25

def options
  @options
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

  @options = { externals: externals_from(value) }
end