Class: Ast::Merge::ProfileSkippedRule
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::ProfileSkippedRule
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#rule ⇒ Object
Returns the value of attribute rule.
Instance Attribute Details
#reason ⇒ Object
Returns the value of attribute reason
856 857 858 |
# File 'lib/ast/merge.rb', line 856 def reason @reason end |
#rule ⇒ Object
Returns the value of attribute rule
856 857 858 |
# File 'lib/ast/merge.rb', line 856 def rule @rule end |