Class: Ast::Merge::ProfileSkippedRule

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

Instance Attribute Summary collapse

Instance Attribute Details

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



856
857
858
# File 'lib/ast/merge.rb', line 856

def reason
  @reason
end

#ruleObject

Returns the value of attribute rule

Returns:

  • (Object)

    the current value of rule



856
857
858
# File 'lib/ast/merge.rb', line 856

def rule
  @rule
end