Class: AppMap::Feature::FeatureStruct
- Inherits:
-
Struct
- Object
- Struct
- AppMap::Feature::FeatureStruct
- Defined in:
- lib/appmap/feature.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#location ⇒ Object
Returns the value of attribute location.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#attributes ⇒ Object
Returns the value of attribute attributes
37 38 39 |
# File 'lib/appmap/feature.rb', line 37 def attributes @attributes end |
#location ⇒ Object
Returns the value of attribute location
37 38 39 |
# File 'lib/appmap/feature.rb', line 37 def location @location end |
#name ⇒ Object
Returns the value of attribute name
37 38 39 |
# File 'lib/appmap/feature.rb', line 37 def name @name end |