Class: WideEvent::Kamal::DeployEditor::Result
- Inherits:
-
Struct
- Object
- Struct
- WideEvent::Kamal::DeployEditor::Result
- Defined in:
- lib/wide_event/kamal/deploy_editor.rb
Instance Attribute Summary collapse
-
#changed ⇒ Object
Returns the value of attribute changed.
-
#conflicts ⇒ Object
Returns the value of attribute conflicts.
-
#content ⇒ Object
Returns the value of attribute content.
-
#snippet ⇒ Object
Returns the value of attribute snippet.
Instance Method Summary collapse
Instance Attribute Details
#changed ⇒ Object
Returns the value of attribute changed
46 47 48 |
# File 'lib/wide_event/kamal/deploy_editor.rb', line 46 def changed @changed end |
#conflicts ⇒ Object
Returns the value of attribute conflicts
46 47 48 |
# File 'lib/wide_event/kamal/deploy_editor.rb', line 46 def conflicts @conflicts end |
#content ⇒ Object
Returns the value of attribute content
46 47 48 |
# File 'lib/wide_event/kamal/deploy_editor.rb', line 46 def content @content end |
#snippet ⇒ Object
Returns the value of attribute snippet
46 47 48 |
# File 'lib/wide_event/kamal/deploy_editor.rb', line 46 def snippet @snippet end |
Instance Method Details
#changed? ⇒ Boolean
47 48 49 |
# File 'lib/wide_event/kamal/deploy_editor.rb', line 47 def changed? !!changed end |