Class: Ast::Merge::Recipe::Runner::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/ast/merge/recipe/runner.rb

Overview

Result of processing a single file

Instance Attribute Summary collapse

Instance Attribute Details

#changedObject

Returns the value of attribute changed

Returns:

  • (Object)

    the current value of changed



29
30
31
# File 'lib/ast/merge/recipe/runner.rb', line 29

def changed
  @changed
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



29
30
31
# File 'lib/ast/merge/recipe/runner.rb', line 29

def error
  @error
end

#has_anchorObject

Returns the value of attribute has_anchor

Returns:

  • (Object)

    the current value of has_anchor



29
30
31
# File 'lib/ast/merge/recipe/runner.rb', line 29

def has_anchor
  @has_anchor
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



29
30
31
# File 'lib/ast/merge/recipe/runner.rb', line 29

def message
  @message
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



29
30
31
# File 'lib/ast/merge/recipe/runner.rb', line 29

def path
  @path
end

#problemsObject

Returns the value of attribute problems

Returns:

  • (Object)

    the current value of problems



29
30
31
# File 'lib/ast/merge/recipe/runner.rb', line 29

def problems
  @problems
end

#relative_pathObject

Returns the value of attribute relative_path

Returns:

  • (Object)

    the current value of relative_path



29
30
31
# File 'lib/ast/merge/recipe/runner.rb', line 29

def relative_path
  @relative_path
end

#statsObject

Returns the value of attribute stats

Returns:

  • (Object)

    the current value of stats



29
30
31
# File 'lib/ast/merge/recipe/runner.rb', line 29

def stats
  @stats
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



29
30
31
# File 'lib/ast/merge/recipe/runner.rb', line 29

def status
  @status
end