Class: Bookingit::Views::BaseView
- Inherits:
-
Mustache
- Object
- Mustache
- Bookingit::Views::BaseView
- Defined in:
- lib/bookingit/views/base_view.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#config ⇒ Object
readonly
Returns the value of attribute config.
Instance Method Summary collapse
-
#initialize(config) ⇒ BaseView
constructor
A new instance of BaseView.
Constructor Details
#initialize(config) ⇒ BaseView
Returns a new instance of BaseView.
7 8 9 |
# File 'lib/bookingit/views/base_view.rb', line 7 def initialize(config) @config = config. end |
Instance Attribute Details
#config ⇒ Object (readonly)
Returns the value of attribute config.
4 5 6 |
# File 'lib/bookingit/views/base_view.rb', line 4 def config @config end |