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
793 794 795 |
# File 'lib/ast/merge.rb', line 793 def diagnostics @diagnostics end |
#git_driver_output ⇒ Object
Returns the value of attribute git_driver_output
793 794 795 |
# File 'lib/ast/merge.rb', line 793 def git_driver_output @git_driver_output end |
#machine_output ⇒ Object
Returns the value of attribute machine_output
793 794 795 |
# File 'lib/ast/merge.rb', line 793 def machine_output @machine_output end |
#mode ⇒ Object
Returns the value of attribute mode
793 794 795 |
# File 'lib/ast/merge.rb', line 793 def mode @mode end |
#quiet_by_default ⇒ Object
Returns the value of attribute quiet_by_default
793 794 795 |
# File 'lib/ast/merge.rb', line 793 def quiet_by_default @quiet_by_default end |
#report_id ⇒ Object
Returns the value of attribute report_id
793 794 795 |
# File 'lib/ast/merge.rb', line 793 def report_id @report_id end |
#version ⇒ Object
Returns the value of attribute version
793 794 795 |
# File 'lib/ast/merge.rb', line 793 def version @version end |