Class: ViewComponent::InlineTemplate::Template
- Inherits:
-
Struct
- Object
- Struct
- ViewComponent::InlineTemplate::Template
- Defined in:
- lib/view_component/inline_template.rb
Instance Attribute Summary collapse
-
#language ⇒ Object
Returns the value of attribute language.
-
#lineno ⇒ Object
Returns the value of attribute lineno.
-
#path ⇒ Object
Returns the value of attribute path.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Attribute Details
#language ⇒ Object
Returns the value of attribute language
6 7 8 |
# File 'lib/view_component/inline_template.rb', line 6 def language @language end |
#lineno ⇒ Object
Returns the value of attribute lineno
6 7 8 |
# File 'lib/view_component/inline_template.rb', line 6 def lineno @lineno end |
#path ⇒ Object
Returns the value of attribute path
6 7 8 |
# File 'lib/view_component/inline_template.rb', line 6 def path @path end |
#source ⇒ Object
Returns the value of attribute source
6 7 8 |
# File 'lib/view_component/inline_template.rb', line 6 def source @source end |