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