Class: Naplug::Meta
- Inherits:
-
Object
- Object
- Naplug::Meta
- Defined in:
- lib/naplug/meta.rb
Constant Summary collapse
- DEFAULT =
{ :debug => false, :state => true, :description => '', :parent => nil, :benchmark => nil, :meta => true }
- OPTIONS =
DEFAULT.keys
Instance Method Summary collapse
-
#initialize(meta = DEFAULT) ⇒ Meta
constructor
A new instance of Meta.
- #to_h ⇒ Object
Constructor Details
Instance Method Details
#to_h ⇒ Object
25 26 27 |
# File 'lib/naplug/meta.rb', line 25 def to_h @meta end |