Class: BooticCli::Themes::MemTheme::ThemeAsset

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

Instance Attribute Summary collapse

Instance Attribute Details

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



5
6
7
# File 'lib/bootic_cli/themes/mem_theme.rb', line 5

def file
  @file
end

#file_nameObject

Returns the value of attribute file_name

Returns:

  • (Object)

    the current value of file_name



5
6
7
# File 'lib/bootic_cli/themes/mem_theme.rb', line 5

def file_name
  @file_name
end

#file_sizeObject

Returns the value of attribute file_size

Returns:

  • (Object)

    the current value of file_size



5
6
7
# File 'lib/bootic_cli/themes/mem_theme.rb', line 5

def file_size
  @file_size
end

#updated_onObject

Returns the value of attribute updated_on

Returns:

  • (Object)

    the current value of updated_on



5
6
7
# File 'lib/bootic_cli/themes/mem_theme.rb', line 5

def updated_on
  @updated_on
end