Class: Ast::Merge::FallbackUsageMachineOutput
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::FallbackUsageMachineOutput
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#fallbacks ⇒ Object
Returns the value of attribute fallbacks.
-
#summary ⇒ Object
Returns the value of attribute summary.
Instance Attribute Details
#fallbacks ⇒ Object
Returns the value of attribute fallbacks
791 792 793 |
# File 'lib/ast/merge.rb', line 791 def fallbacks @fallbacks end |
#summary ⇒ Object
Returns the value of attribute summary
791 792 793 |
# File 'lib/ast/merge.rb', line 791 def summary @summary end |