Class: Rails::Worktrees::InitializerUpdater::Result
- Inherits:
-
Struct
- Object
- Struct
- Rails::Worktrees::InitializerUpdater::Result
- Defined in:
- lib/rails/worktrees/initializer_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
8 9 10 |
# File 'lib/rails/worktrees/initializer_updater.rb', line 8 def changed @changed end |
#content ⇒ Object
Returns the value of attribute content
8 9 10 |
# File 'lib/rails/worktrees/initializer_updater.rb', line 8 def content @content end |
#messages ⇒ Object
Returns the value of attribute messages
8 9 10 |
# File 'lib/rails/worktrees/initializer_updater.rb', line 8 def @messages end |
#status ⇒ Object
Returns the value of attribute status
8 9 10 |
# File 'lib/rails/worktrees/initializer_updater.rb', line 8 def status @status end |
Instance Method Details
#changed? ⇒ Boolean
9 10 11 |
# File 'lib/rails/worktrees/initializer_updater.rb', line 9 def changed? changed end |