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



800
801
802
# File 'lib/ast/merge.rb', line 800

def attempted
  @attempted
end

#diagnosticsObject

Returns the value of attribute diagnostics

Returns:

  • (Object)

    the current value of diagnostics



800
801
802
# File 'lib/ast/merge.rb', line 800

def diagnostics
  @diagnostics
end

#hard_gateObject

Returns the value of attribute hard_gate

Returns:

  • (Object)

    the current value of hard_gate



800
801
802
# File 'lib/ast/merge.rb', line 800

def hard_gate
  @hard_gate
end

#languageObject

Returns the value of attribute language

Returns:

  • (Object)

    the current value of language



800
801
802
# File 'lib/ast/merge.rb', line 800

def language
  @language
end

#modeObject

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



800
801
802
# File 'lib/ast/merge.rb', line 800

def mode
  @mode
end

#parse_errorsObject

Returns the value of attribute parse_errors

Returns:

  • (Object)

    the current value of parse_errors



800
801
802
# File 'lib/ast/merge.rb', line 800

def parse_errors
  @parse_errors
end

#passedObject

Returns the value of attribute passed

Returns:

  • (Object)

    the current value of passed



800
801
802
# File 'lib/ast/merge.rb', line 800

def passed
  @passed
end

#render_strategyObject

Returns the value of attribute render_strategy

Returns:

  • (Object)

    the current value of render_strategy



800
801
802
# File 'lib/ast/merge.rb', line 800

def render_strategy
  @render_strategy
end

#verification_idObject

Returns the value of attribute verification_id

Returns:

  • (Object)

    the current value of verification_id



800
801
802
# File 'lib/ast/merge.rb', line 800

def verification_id
  @verification_id
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



800
801
802
# File 'lib/ast/merge.rb', line 800

def version
  @version
end