Class: LoadTracer::FileSpec
- Inherits:
-
Struct
- Object
- Struct
- LoadTracer::FileSpec
- Defined in:
- lib/load_tracer.rb
Instance Attribute Summary collapse
-
#dependencies ⇒ Object
Returns the value of attribute dependencies.
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
-
#reverse_dependencies ⇒ Object
Returns the value of attribute reverse_dependencies.
Instance Attribute Details
#dependencies ⇒ Object
Returns the value of attribute dependencies
42 43 44 |
# File 'lib/load_tracer.rb', line 42 def dependencies @dependencies end |
#name ⇒ Object
Returns the value of attribute name
42 43 44 |
# File 'lib/load_tracer.rb', line 42 def name @name end |
#path ⇒ Object
Returns the value of attribute path
42 43 44 |
# File 'lib/load_tracer.rb', line 42 def path @path end |
#reverse_dependencies ⇒ Object
Returns the value of attribute reverse_dependencies
42 43 44 |
# File 'lib/load_tracer.rb', line 42 def reverse_dependencies @reverse_dependencies end |