Class: Ast::Merge::ProfileDebugOutput
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::ProfileDebugOutput
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#active_profile ⇒ Object
Returns the value of attribute active_profile.
-
#diagnostics ⇒ Object
Returns the value of attribute diagnostics.
-
#mode ⇒ Object
Returns the value of attribute mode.
Instance Attribute Details
#active_profile ⇒ Object
Returns the value of attribute active_profile
864 865 866 |
# File 'lib/ast/merge.rb', line 864 def active_profile @active_profile end |
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
864 865 866 |
# File 'lib/ast/merge.rb', line 864 def diagnostics @diagnostics end |
#mode ⇒ Object
Returns the value of attribute mode
864 865 866 |
# File 'lib/ast/merge.rb', line 864 def mode @mode end |