Class: Lilac::CLI::SFC::Template
- Inherits:
-
Struct
- Object
- Struct
- Lilac::CLI::SFC::Template
- Defined in:
- lib/lilac/cli/build/sfc.rb
Overview
name is nil for anonymous templates.
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
26 27 28 |
# File 'lib/lilac/cli/build/sfc.rb', line 26 def body @body end |
#name ⇒ Object
Returns the value of attribute name
26 27 28 |
# File 'lib/lilac/cli/build/sfc.rb', line 26 def name @name end |