Class: AppMap::Config::NamedFunctionStruct
- Inherits:
-
Struct
- Object
- Struct
- AppMap::Config::NamedFunctionStruct
- Defined in:
- lib/appmap/config/named_function.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#class_names ⇒ Object
Returns the value of attribute class_names.
-
#file_path ⇒ Object
Returns the value of attribute file_path.
-
#gem_name ⇒ Object
Returns the value of attribute gem_name.
-
#id ⇒ Object
Returns the value of attribute id.
-
#method_name ⇒ Object
Returns the value of attribute method_name.
-
#static ⇒ Object
Returns the value of attribute static.
Instance Attribute Details
#class_names ⇒ Object
Returns the value of attribute class_names
3 4 5 |
# File 'lib/appmap/config/named_function.rb', line 3 def class_names @class_names end |
#file_path ⇒ Object
Returns the value of attribute file_path
3 4 5 |
# File 'lib/appmap/config/named_function.rb', line 3 def file_path @file_path end |
#gem_name ⇒ Object
Returns the value of attribute gem_name
3 4 5 |
# File 'lib/appmap/config/named_function.rb', line 3 def gem_name @gem_name end |
#id ⇒ Object
Returns the value of attribute id
3 4 5 |
# File 'lib/appmap/config/named_function.rb', line 3 def id @id end |
#method_name ⇒ Object
Returns the value of attribute method_name
3 4 5 |
# File 'lib/appmap/config/named_function.rb', line 3 def method_name @method_name end |
#static ⇒ Object
Returns the value of attribute static
3 4 5 |
# File 'lib/appmap/config/named_function.rb', line 3 def static @static end |