Class: Ast::Merge::RenderPlanReport

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



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

def diagnostics
  @diagnostics
end

#languageObject

Returns the value of attribute language

Returns:

  • (Object)

    the current value of language



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

def language
  @language
end

#plan_idObject

Returns the value of attribute plan_id

Returns:

  • (Object)

    the current value of plan_id



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

def plan_id
  @plan_id
end

#strategiesObject

Returns the value of attribute strategies

Returns:

  • (Object)

    the current value of strategies



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

def strategies
  @strategies
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



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

def version
  @version
end