Class: Estratto::Layout::Base
- Inherits:
-
Object
- Object
- Estratto::Layout::Base
- Extended by:
- Forwardable
- Defined in:
- lib/estratto/layout/base.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#reader ⇒ Object
readonly
Returns the value of attribute reader.
Instance Method Summary collapse
-
#initialize(reader) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(reader) ⇒ Base
Returns a new instance of Base.
11 12 13 |
# File 'lib/estratto/layout/base.rb', line 11 def initialize(reader) @reader = reader end |
Instance Attribute Details
#reader ⇒ Object (readonly)
Returns the value of attribute reader.
8 9 10 |
# File 'lib/estratto/layout/base.rb', line 8 def reader @reader end |