Class: Fiasco::Template::RenderContext::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/fiasco/template/render_context.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



8
9
10
# File 'lib/fiasco/template/render_context.rb', line 8

def body
  @body
end

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



8
9
10
# File 'lib/fiasco/template/render_context.rb', line 8

def filename
  @filename
end