Class: Ast::Merge::FallbackUsageReport
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::FallbackUsageReport
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#diagnostics ⇒ Object
Returns the value of attribute diagnostics.
-
#git_driver_output ⇒ Object
Returns the value of attribute git_driver_output.
-
#machine_output ⇒ Object
Returns the value of attribute machine_output.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#quiet_by_default ⇒ Object
Returns the value of attribute quiet_by_default.
-
#report_id ⇒ Object
Returns the value of attribute report_id.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
815 816 817 |
# File 'lib/ast/merge.rb', line 815 def diagnostics @diagnostics end |
#git_driver_output ⇒ Object
Returns the value of attribute git_driver_output
815 816 817 |
# File 'lib/ast/merge.rb', line 815 def git_driver_output @git_driver_output end |
#machine_output ⇒ Object
Returns the value of attribute machine_output
815 816 817 |
# File 'lib/ast/merge.rb', line 815 def machine_output @machine_output end |
#mode ⇒ Object
Returns the value of attribute mode
815 816 817 |
# File 'lib/ast/merge.rb', line 815 def mode @mode end |
#quiet_by_default ⇒ Object
Returns the value of attribute quiet_by_default
815 816 817 |
# File 'lib/ast/merge.rb', line 815 def quiet_by_default @quiet_by_default end |
#report_id ⇒ Object
Returns the value of attribute report_id
815 816 817 |
# File 'lib/ast/merge.rb', line 815 def report_id @report_id end |
#version ⇒ Object
Returns the value of attribute version
815 816 817 |
# File 'lib/ast/merge.rb', line 815 def version @version end |