Class: Ast::Merge::FallbackUsageReport

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

Instance Attribute Summary collapse

Instance Attribute Details

#diagnosticsObject

Returns the value of attribute diagnostics

Returns:

  • (Object)

    the current value of diagnostics



793
794
795
# File 'lib/ast/merge.rb', line 793

def diagnostics
  @diagnostics
end

#git_driver_outputObject

Returns the value of attribute git_driver_output

Returns:

  • (Object)

    the current value of git_driver_output



793
794
795
# File 'lib/ast/merge.rb', line 793

def git_driver_output
  @git_driver_output
end

#machine_outputObject

Returns the value of attribute machine_output

Returns:

  • (Object)

    the current value of machine_output



793
794
795
# File 'lib/ast/merge.rb', line 793

def machine_output
  @machine_output
end

#modeObject

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



793
794
795
# File 'lib/ast/merge.rb', line 793

def mode
  @mode
end

#quiet_by_defaultObject

Returns the value of attribute quiet_by_default

Returns:

  • (Object)

    the current value of quiet_by_default



793
794
795
# File 'lib/ast/merge.rb', line 793

def quiet_by_default
  @quiet_by_default
end

#report_idObject

Returns the value of attribute report_id

Returns:

  • (Object)

    the current value of report_id



793
794
795
# File 'lib/ast/merge.rb', line 793

def report_id
  @report_id
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



793
794
795
# File 'lib/ast/merge.rb', line 793

def version
  @version
end