Class: Hotwire::Spark::DefaultOptions
- Inherits:
-
Object
- Object
- Hotwire::Spark::DefaultOptions
- Defined in:
- lib/hotwire/spark/default_options.rb
Instance Method Summary collapse
-
#initialize ⇒ DefaultOptions
constructor
A new instance of DefaultOptions.
- #to_h ⇒ Object
Constructor Details
#initialize ⇒ DefaultOptions
Returns a new instance of DefaultOptions.
2 3 4 5 6 |
# File 'lib/hotwire/spark/default_options.rb', line 2 def initialize @config = build end |
Instance Method Details
#to_h ⇒ Object
8 9 10 |
# File 'lib/hotwire/spark/default_options.rb', line 8 def to_h @config end |