Class: Canon::Rebaseliner::HeredocLocator::Result
- Inherits:
-
Struct
- Object
- Struct
- Canon::Rebaseliner::HeredocLocator::Result
- Defined in:
- lib/canon/rebaseliner/heredoc_locator.rb
Instance Attribute Summary collapse
-
#heredoc_spec ⇒ Object
Returns the value of attribute heredoc_spec.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
Instance Attribute Details
#heredoc_spec ⇒ Object
Returns the value of attribute heredoc_spec
13 14 15 |
# File 'lib/canon/rebaseliner/heredoc_locator.rb', line 13 def heredoc_spec @heredoc_spec end |
#status ⇒ Object
Returns the value of attribute status
13 14 15 |
# File 'lib/canon/rebaseliner/heredoc_locator.rb', line 13 def status @status end |
Instance Method Details
#rewritable? ⇒ Boolean
14 15 16 |
# File 'lib/canon/rebaseliner/heredoc_locator.rb', line 14 def rewritable? status == :ok end |