Class: Ast::Merge::FallbackUsageMachineOutput

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

Instance Attribute Summary collapse

Instance Attribute Details

#fallbacksObject

Returns the value of attribute fallbacks

Returns:

  • (Object)

    the current value of fallbacks



791
792
793
# File 'lib/ast/merge.rb', line 791

def fallbacks
  @fallbacks
end

#summaryObject

Returns the value of attribute summary

Returns:

  • (Object)

    the current value of summary



791
792
793
# File 'lib/ast/merge.rb', line 791

def summary
  @summary
end