Class: AppMap::Feature::FeatureStruct

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

Direct Known Subclasses

Base

Instance Attribute Summary collapse

Instance Attribute Details

#attributesObject

Returns the value of attribute attributes

Returns:

  • (Object)

    the current value of attributes



37
38
39
# File 'lib/appmap/feature.rb', line 37

def attributes
  @attributes
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



37
38
39
# File 'lib/appmap/feature.rb', line 37

def location
  @location
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



37
38
39
# File 'lib/appmap/feature.rb', line 37

def name
  @name
end