Class: Azeroth::Options
- Inherits:
-
OpenStruct
- Object
- OpenStruct
- Azeroth::Options
- Defined in:
- lib/azeroth/options.rb
Constant Summary collapse
- DEFAULT_OPTIONS =
{ }.freeze
Instance Method Summary collapse
-
#initialize(options) ⇒ Options
constructor
A new instance of Options.
Constructor Details
#initialize(options) ⇒ Options
Returns a new instance of Options.
8 9 10 |
# File 'lib/azeroth/options.rb', line 8 def initialize() super(DEFAULT_OPTIONS.merge()) end |