Class: AppMap::Config::Hook
- Inherits:
-
Struct
- Object
- Struct
- AppMap::Config::Hook
- Defined in:
- lib/appmap/config.rb
Instance Attribute Summary collapse
-
#method_names ⇒ Object
Returns the value of attribute method_names.
-
#package ⇒ Object
Returns the value of attribute package.
Instance Attribute Details
#method_names ⇒ Object
Returns the value of attribute method_names
52 53 54 |
# File 'lib/appmap/config.rb', line 52 def method_names @method_names end |
#package ⇒ Object
Returns the value of attribute package
52 53 54 |
# File 'lib/appmap/config.rb', line 52 def package @package end |