Class: Rails::Worktrees::EnvBootstrapper::Result
- Inherits:
-
Struct
- Object
- Struct
- Rails::Worktrees::EnvBootstrapper::Result
- Defined in:
- lib/rails/worktrees/env_bootstrapper.rb
Instance Attribute Summary collapse
-
#changed ⇒ Object
Returns the value of attribute changed.
-
#env_path ⇒ Object
Returns the value of attribute env_path.
-
#messages ⇒ Object
Returns the value of attribute messages.
-
#values ⇒ Object
Returns the value of attribute values.
Instance Method Summary collapse
Instance Attribute Details
#changed ⇒ Object
Returns the value of attribute changed
9 10 11 |
# File 'lib/rails/worktrees/env_bootstrapper.rb', line 9 def changed @changed end |
#env_path ⇒ Object
Returns the value of attribute env_path
9 10 11 |
# File 'lib/rails/worktrees/env_bootstrapper.rb', line 9 def env_path @env_path end |
#messages ⇒ Object
Returns the value of attribute messages
9 10 11 |
# File 'lib/rails/worktrees/env_bootstrapper.rb', line 9 def @messages end |
#values ⇒ Object
Returns the value of attribute values.
12 13 14 |
# File 'lib/rails/worktrees/env_bootstrapper.rb', line 12 def values @values end |
Instance Method Details
#changed? ⇒ Boolean
10 |
# File 'lib/rails/worktrees/env_bootstrapper.rb', line 10 def changed? = changed |