Class: DiningTable::PresenterConfiguration
- Inherits:
-
Object
- Object
- DiningTable::PresenterConfiguration
- Defined in:
- lib/dining-table/config.rb
Instance Attribute Summary collapse
-
#default_options ⇒ Object
Returns the value of attribute default_options.
Instance Method Summary collapse
-
#initialize ⇒ PresenterConfiguration
constructor
A new instance of PresenterConfiguration.
Constructor Details
#initialize ⇒ PresenterConfiguration
Returns a new instance of PresenterConfiguration.
16 17 18 |
# File 'lib/dining-table/config.rb', line 16 def initialize = { } end |
Instance Attribute Details
#default_options ⇒ Object
Returns the value of attribute default_options.
14 15 16 |
# File 'lib/dining-table/config.rb', line 14 def end |