Class: Rails::Worktrees::MiseTomlUpdater::Result
- Inherits:
-
Struct
- Object
- Struct
- Rails::Worktrees::MiseTomlUpdater::Result
- Defined in:
- lib/rails/worktrees/mise_toml_updater.rb
Instance Attribute Summary collapse
-
#changed ⇒ Object
Returns the value of attribute changed.
-
#content ⇒ Object
Returns the value of attribute content.
-
#messages ⇒ Object
Returns the value of attribute messages.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
Instance Attribute Details
#changed ⇒ Object
Returns the value of attribute changed
5 6 7 |
# File 'lib/rails/worktrees/mise_toml_updater.rb', line 5 def changed @changed end |
#content ⇒ Object
Returns the value of attribute content
5 6 7 |
# File 'lib/rails/worktrees/mise_toml_updater.rb', line 5 def content @content end |
#messages ⇒ Object
Returns the value of attribute messages
5 6 7 |
# File 'lib/rails/worktrees/mise_toml_updater.rb', line 5 def @messages end |
#status ⇒ Object
Returns the value of attribute status
5 6 7 |
# File 'lib/rails/worktrees/mise_toml_updater.rb', line 5 def status @status end |
Instance Method Details
#changed? ⇒ Boolean
6 7 8 |
# File 'lib/rails/worktrees/mise_toml_updater.rb', line 6 def changed? changed end |