Class: BooticCli::Themes::MemTheme::ThemeAsset
- Inherits:
-
Struct
- Object
- Struct
- BooticCli::Themes::MemTheme::ThemeAsset
- Defined in:
- lib/bootic_cli/themes/mem_theme.rb
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
-
#file_name ⇒ Object
Returns the value of attribute file_name.
-
#file_size ⇒ Object
Returns the value of attribute file_size.
-
#updated_on ⇒ Object
Returns the value of attribute updated_on.
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file
5 6 7 |
# File 'lib/bootic_cli/themes/mem_theme.rb', line 5 def file @file end |
#file_name ⇒ Object
Returns the value of attribute file_name
5 6 7 |
# File 'lib/bootic_cli/themes/mem_theme.rb', line 5 def file_name @file_name end |
#file_size ⇒ Object
Returns the value of attribute file_size
5 6 7 |
# File 'lib/bootic_cli/themes/mem_theme.rb', line 5 def file_size @file_size end |
#updated_on ⇒ Object
Returns the value of attribute updated_on
5 6 7 |
# File 'lib/bootic_cli/themes/mem_theme.rb', line 5 def updated_on @updated_on end |