Class: Spurs::Section::BuilderBase
- Inherits:
-
Object
- Object
- Spurs::Section::BuilderBase
- Includes:
- ActionView::Helpers::TagHelper
- Defined in:
- lib/spurs/section/builder_base.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(args = {}) ⇒ BuilderBase
constructor
A new instance of BuilderBase.
Constructor Details
#initialize(args = {}) ⇒ BuilderBase
Returns a new instance of BuilderBase.
5 6 7 |
# File 'lib/spurs/section/builder_base.rb', line 5 def initialize(args={}) @options_from_helper = args.clone end |