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
44 45 46 |
# File 'lib/appmap/config.rb', line 44 def method_names @method_names end |
#package ⇒ Object
Returns the value of attribute package
44 45 46 |
# File 'lib/appmap/config.rb', line 44 def package @package end |