Class: BooticCli::Themes::UpdatedTheme::TemplateWithDiff
- Inherits:
-
Struct
- Object
- Struct
- BooticCli::Themes::UpdatedTheme::TemplateWithDiff
- Defined in:
- lib/bootic_cli/themes/updated_theme.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#diff ⇒ Object
Returns the value of attribute diff.
-
#file_name ⇒ Object
Returns the value of attribute file_name.
-
#updated_on ⇒ Object
Returns the value of attribute updated_on.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
18 19 20 |
# File 'lib/bootic_cli/themes/updated_theme.rb', line 18 def body @body end |
#diff ⇒ Object
Returns the value of attribute diff
18 19 20 |
# File 'lib/bootic_cli/themes/updated_theme.rb', line 18 def diff @diff end |
#file_name ⇒ Object
Returns the value of attribute file_name
18 19 20 |
# File 'lib/bootic_cli/themes/updated_theme.rb', line 18 def file_name @file_name end |
#updated_on ⇒ Object
Returns the value of attribute updated_on
18 19 20 |
# File 'lib/bootic_cli/themes/updated_theme.rb', line 18 def updated_on @updated_on end |