Class: Turple::Template
- Inherits:
-
Object
- Object
- Turple::Template
- Defined in:
- lib/turple/template.rb
Instance Attribute Summary collapse
-
#configuration ⇒ Object
Returns the value of attribute configuration.
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
-
#required_data ⇒ Object
Returns the value of attribute required_data.
Instance Attribute Details
#configuration ⇒ Object
Returns the value of attribute configuration.
6 7 8 |
# File 'lib/turple/template.rb', line 6 def configuration @configuration end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/turple/template.rb', line 6 def name @name end |
#path ⇒ Object
Returns the value of attribute path.
6 7 8 |
# File 'lib/turple/template.rb', line 6 def path @path end |
#required_data ⇒ Object
Returns the value of attribute required_data.
6 7 8 |
# File 'lib/turple/template.rb', line 6 def required_data @required_data end |