Class: Ast::Merge::RenderVerificationReport

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

Instance Attribute Summary collapse

Instance Attribute Details

#attemptedObject

Returns the value of attribute attempted

Returns:

  • (Object)

    the current value of attempted



822
823
824
# File 'lib/ast/merge.rb', line 822

def attempted
  @attempted
end

#diagnosticsObject

Returns the value of attribute diagnostics

Returns:

  • (Object)

    the current value of diagnostics



822
823
824
# File 'lib/ast/merge.rb', line 822

def diagnostics
  @diagnostics
end

#hard_gateObject

Returns the value of attribute hard_gate

Returns:

  • (Object)

    the current value of hard_gate



822
823
824
# File 'lib/ast/merge.rb', line 822

def hard_gate
  @hard_gate
end

#languageObject

Returns the value of attribute language

Returns:

  • (Object)

    the current value of language



822
823
824
# File 'lib/ast/merge.rb', line 822

def language
  @language
end

#modeObject

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



822
823
824
# File 'lib/ast/merge.rb', line 822

def mode
  @mode
end

#parse_errorsObject

Returns the value of attribute parse_errors

Returns:

  • (Object)

    the current value of parse_errors



822
823
824
# File 'lib/ast/merge.rb', line 822

def parse_errors
  @parse_errors
end

#passedObject

Returns the value of attribute passed

Returns:

  • (Object)

    the current value of passed



822
823
824
# File 'lib/ast/merge.rb', line 822

def passed
  @passed
end

#render_strategyObject

Returns the value of attribute render_strategy

Returns:

  • (Object)

    the current value of render_strategy



822
823
824
# File 'lib/ast/merge.rb', line 822

def render_strategy
  @render_strategy
end

#verification_idObject

Returns the value of attribute verification_id

Returns:

  • (Object)

    the current value of verification_id



822
823
824
# File 'lib/ast/merge.rb', line 822

def verification_id
  @verification_id
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



822
823
824
# File 'lib/ast/merge.rb', line 822

def version
  @version
end