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

Returns:

  • (Object)

    the current value of body



18
19
20
# File 'lib/bootic_cli/themes/updated_theme.rb', line 18

def body
  @body
end

#diffObject

Returns the value of attribute diff

Returns:

  • (Object)

    the current value of diff



18
19
20
# File 'lib/bootic_cli/themes/updated_theme.rb', line 18

def diff
  @diff
end

#file_nameObject

Returns the value of attribute file_name

Returns:

  • (Object)

    the current value of file_name



18
19
20
# File 'lib/bootic_cli/themes/updated_theme.rb', line 18

def file_name
  @file_name
end

#updated_onObject

Returns the value of attribute updated_on

Returns:

  • (Object)

    the current value of updated_on



18
19
20
# File 'lib/bootic_cli/themes/updated_theme.rb', line 18

def updated_on
  @updated_on
end