Class: Ast::Merge::FormattingHardGateReport

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



811
812
813
# File 'lib/ast/merge.rb', line 811

def diagnostics
  @diagnostics
end

#gatesObject

Returns the value of attribute gates

Returns:

  • (Object)

    the current value of gates



811
812
813
# File 'lib/ast/merge.rb', line 811

def gates
  @gates
end

#report_idObject

Returns the value of attribute report_id

Returns:

  • (Object)

    the current value of report_id



811
812
813
# File 'lib/ast/merge.rb', line 811

def report_id
  @report_id
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



811
812
813
# File 'lib/ast/merge.rb', line 811

def version
  @version
end