Class: AppMap::Config::NamedFunctionStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/appmap/config/named_function.rb

Direct Known Subclasses

NamedFunction

Instance Attribute Summary collapse

Instance Attribute Details

#class_namesObject

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_pathObject

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_nameObject

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

#idObject

Returns the value of attribute id



3
4
5
# File 'lib/appmap/config/named_function.rb', line 3

def id
  @id
end

#method_nameObject

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

#staticObject

Returns the value of attribute static



3
4
5
# File 'lib/appmap/config/named_function.rb', line 3

def static
  @static
end