Class: Fiasco::Template::RenderContext::Entry
- Inherits:
-
Struct
- Object
- Struct
- Fiasco::Template::RenderContext::Entry
- Defined in:
- lib/fiasco/template/render_context.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#filename ⇒ Object
Returns the value of attribute filename.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
8 9 10 |
# File 'lib/fiasco/template/render_context.rb', line 8 def body @body end |
#filename ⇒ Object
Returns the value of attribute filename
8 9 10 |
# File 'lib/fiasco/template/render_context.rb', line 8 def filename @filename end |