Class: Ast::Merge::Recipe::Runner::Result
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::Recipe::Runner::Result
- Defined in:
- lib/ast/merge/recipe/runner.rb
Overview
Result of processing a single file
Instance Attribute Summary collapse
-
#changed ⇒ Object
Returns the value of attribute changed.
-
#error ⇒ Object
Returns the value of attribute error.
-
#has_anchor ⇒ Object
Returns the value of attribute has_anchor.
-
#message ⇒ Object
Returns the value of attribute message.
-
#path ⇒ Object
Returns the value of attribute path.
-
#problems ⇒ Object
Returns the value of attribute problems.
-
#relative_path ⇒ Object
Returns the value of attribute relative_path.
-
#stats ⇒ Object
Returns the value of attribute stats.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#changed ⇒ Object
Returns the value of attribute changed
29 30 31 |
# File 'lib/ast/merge/recipe/runner.rb', line 29 def changed @changed end |
#error ⇒ Object
Returns the value of attribute error
29 30 31 |
# File 'lib/ast/merge/recipe/runner.rb', line 29 def error @error end |
#has_anchor ⇒ Object
Returns the value of attribute has_anchor
29 30 31 |
# File 'lib/ast/merge/recipe/runner.rb', line 29 def has_anchor @has_anchor end |
#message ⇒ Object
Returns the value of attribute message
29 30 31 |
# File 'lib/ast/merge/recipe/runner.rb', line 29 def @message end |
#path ⇒ Object
Returns the value of attribute path
29 30 31 |
# File 'lib/ast/merge/recipe/runner.rb', line 29 def path @path end |
#problems ⇒ Object
Returns the value of attribute problems
29 30 31 |
# File 'lib/ast/merge/recipe/runner.rb', line 29 def problems @problems end |
#relative_path ⇒ Object
Returns the value of attribute relative_path
29 30 31 |
# File 'lib/ast/merge/recipe/runner.rb', line 29 def relative_path @relative_path end |
#stats ⇒ Object
Returns the value of attribute stats
29 30 31 |
# File 'lib/ast/merge/recipe/runner.rb', line 29 def stats @stats end |
#status ⇒ Object
Returns the value of attribute status
29 30 31 |
# File 'lib/ast/merge/recipe/runner.rb', line 29 def status @status end |