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
821 822 823 |
# File 'lib/ast/merge.rb', line 821 def diagnostics @diagnostics end |
#language ⇒ Object
Returns the value of attribute language
821 822 823 |
# File 'lib/ast/merge.rb', line 821 def language @language end |
#plan_id ⇒ Object
Returns the value of attribute plan_id
821 822 823 |
# File 'lib/ast/merge.rb', line 821 def plan_id @plan_id end |
#strategies ⇒ Object
Returns the value of attribute strategies
821 822 823 |
# File 'lib/ast/merge.rb', line 821 def strategies @strategies end |
#version ⇒ Object
Returns the value of attribute version
821 822 823 |
# File 'lib/ast/merge.rb', line 821 def version @version end |