Class: Charming::Presentation::Templates::ResolvedTemplate
- Inherits:
-
Data
- Object
- Data
- Charming::Presentation::Templates::ResolvedTemplate
- Defined in:
- lib/charming/presentation/templates.rb
Instance Attribute Summary collapse
-
#handler ⇒ Object
readonly
Returns the value of attribute handler.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Method Summary collapse
Instance Attribute Details
#handler ⇒ Object (readonly)
Returns the value of attribute handler
6 7 8 |
# File 'lib/charming/presentation/templates.rb', line 6 def handler @handler end |
#path ⇒ Object (readonly)
Returns the value of attribute path
6 7 8 |
# File 'lib/charming/presentation/templates.rb', line 6 def path @path end |
Instance Method Details
#render(view) ⇒ Object
7 8 9 |
# File 'lib/charming/presentation/templates.rb', line 7 def render(view) handler.render(path, view) end |