Class: BooticCli::Themes::FSTheme::ThemeAsset

Inherits:
Struct
  • Object
show all
Defined in:
lib/bootic_cli/themes/fs_theme.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



8
9
10
# File 'lib/bootic_cli/themes/fs_theme.rb', line 8

def file
  @file
end

#file_nameObject

Returns the value of attribute file_name

Returns:

  • (Object)

    the current value of file_name



8
9
10
# File 'lib/bootic_cli/themes/fs_theme.rb', line 8

def file_name
  @file_name
end

#updated_onObject

Returns the value of attribute updated_on

Returns:

  • (Object)

    the current value of updated_on



8
9
10
# File 'lib/bootic_cli/themes/fs_theme.rb', line 8

def updated_on
  @updated_on
end