Class: Ast::Merge::RenderSafetyReport
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::RenderSafetyReport
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#diagnostics ⇒ Object
Returns the value of attribute diagnostics.
-
#fallback_strategy ⇒ Object
Returns the value of attribute fallback_strategy.
-
#outcome ⇒ Object
Returns the value of attribute outcome.
-
#provider_id ⇒ Object
Returns the value of attribute provider_id.
-
#report_id ⇒ Object
Returns the value of attribute report_id.
-
#safe_to_render ⇒ Object
Returns the value of attribute safe_to_render.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
818 819 820 |
# File 'lib/ast/merge.rb', line 818 def diagnostics @diagnostics end |
#fallback_strategy ⇒ Object
Returns the value of attribute fallback_strategy
818 819 820 |
# File 'lib/ast/merge.rb', line 818 def fallback_strategy @fallback_strategy end |
#outcome ⇒ Object
Returns the value of attribute outcome
818 819 820 |
# File 'lib/ast/merge.rb', line 818 def outcome @outcome end |
#provider_id ⇒ Object
Returns the value of attribute provider_id
818 819 820 |
# File 'lib/ast/merge.rb', line 818 def provider_id @provider_id end |
#report_id ⇒ Object
Returns the value of attribute report_id
818 819 820 |
# File 'lib/ast/merge.rb', line 818 def report_id @report_id end |
#safe_to_render ⇒ Object
Returns the value of attribute safe_to_render
818 819 820 |
# File 'lib/ast/merge.rb', line 818 def safe_to_render @safe_to_render end |
#version ⇒ Object
Returns the value of attribute version
818 819 820 |
# File 'lib/ast/merge.rb', line 818 def version @version end |