Class: Ast::Merge::RenderPlanReport
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::RenderPlanReport
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#diagnostics ⇒ Object
Returns the value of attribute diagnostics.
-
#language ⇒ Object
Returns the value of attribute language.
-
#plan_id ⇒ Object
Returns the value of attribute plan_id.
-
#strategies ⇒ Object
Returns the value of attribute strategies.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
799 800 801 |
# File 'lib/ast/merge.rb', line 799 def diagnostics @diagnostics end |
#language ⇒ Object
Returns the value of attribute language
799 800 801 |
# File 'lib/ast/merge.rb', line 799 def language @language end |
#plan_id ⇒ Object
Returns the value of attribute plan_id
799 800 801 |
# File 'lib/ast/merge.rb', line 799 def plan_id @plan_id end |
#strategies ⇒ Object
Returns the value of attribute strategies
799 800 801 |
# File 'lib/ast/merge.rb', line 799 def strategies @strategies end |
#version ⇒ Object
Returns the value of attribute version
799 800 801 |
# File 'lib/ast/merge.rb', line 799 def version @version end |