Class: BooticCli::Themes::MemTheme::Template
- Inherits:
-
Struct
- Object
- Struct
- BooticCli::Themes::MemTheme::Template
- Defined in:
- lib/bootic_cli/themes/mem_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
4 5 6 |
# File 'lib/bootic_cli/themes/mem_theme.rb', line 4 def body @body end |
#file_name ⇒ Object
Returns the value of attribute file_name
4 5 6 |
# File 'lib/bootic_cli/themes/mem_theme.rb', line 4 def file_name @file_name end |
#updated_on ⇒ Object
Returns the value of attribute updated_on
4 5 6 |
# File 'lib/bootic_cli/themes/mem_theme.rb', line 4 def updated_on @updated_on end |