Class: BooticCli::Themes::FSTheme::Template
- Inherits:
-
Struct
- Object
- Struct
- BooticCli::Themes::FSTheme::Template
- Defined in:
- lib/bootic_cli/themes/fs_theme.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#file_name ⇒ Object
Returns the value of attribute file_name.
-
#updated_on ⇒ Object
Returns the value of attribute updated_on.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
7 8 9 |
# File 'lib/bootic_cli/themes/fs_theme.rb', line 7 def body @body end |
#file_name ⇒ Object
Returns the value of attribute file_name
7 8 9 |
# File 'lib/bootic_cli/themes/fs_theme.rb', line 7 def file_name @file_name end |
#updated_on ⇒ Object
Returns the value of attribute updated_on
7 8 9 |
# File 'lib/bootic_cli/themes/fs_theme.rb', line 7 def updated_on @updated_on end |