Class: BooticCli::Themes::UpdatedTheme::TemplateWithDiff

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

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body



9
10
11
# File 'lib/bootic_cli/themes/updated_theme.rb', line 9

def body
  @body
end

#diffObject

Returns the value of attribute diff



9
10
11
# File 'lib/bootic_cli/themes/updated_theme.rb', line 9

def diff
  @diff
end

#file_nameObject

Returns the value of attribute file_name



9
10
11
# File 'lib/bootic_cli/themes/updated_theme.rb', line 9

def file_name
  @file_name
end

#updated_onObject

Returns the value of attribute updated_on



9
10
11
# File 'lib/bootic_cli/themes/updated_theme.rb', line 9

def updated_on
  @updated_on
end