Class: BooticCli::Themes::FSTheme::Template
- Inherits:
-
Struct
- Object
- Struct
- BooticCli::Themes::FSTheme::Template
- Defined in:
- lib/bootic_cli/themes/fs_theme.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#file_name ⇒ Object
Returns the value of attribute file_name.
-
#updated_on ⇒ Object
Returns the value of attribute updated_on.
Instance Method Summary collapse
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
9 10 11 |
# File 'lib/bootic_cli/themes/fs_theme.rb', line 9 def body @body end |
#file_name ⇒ Object
Returns the value of attribute file_name
9 10 11 |
# File 'lib/bootic_cli/themes/fs_theme.rb', line 9 def file_name @file_name end |
#updated_on ⇒ Object
Returns the value of attribute updated_on
9 10 11 |
# File 'lib/bootic_cli/themes/fs_theme.rb', line 9 def updated_on @updated_on end |
Instance Method Details
#==(other) ⇒ Object
10 11 12 |
# File 'lib/bootic_cli/themes/fs_theme.rb', line 10 def ==(other) self.updated_on.to_i == other.updated_on.to_i end |