Class: Bifrossht::Config::Element
- Inherits:
-
Object
- Object
- Bifrossht::Config::Element
- Defined in:
- lib/bifrossht/config/element.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Element
constructor
A new instance of Element.
Constructor Details
#initialize(options = {}) ⇒ Element
Returns a new instance of Element.
4 5 6 |
# File 'lib/bifrossht/config/element.rb', line 4 def initialize( = {}) @options = end |