Class: Wayfarer::Middleware::DependencyGraph::Entry
- Inherits:
-
Struct
- Object
- Struct
- Wayfarer::Middleware::DependencyGraph::Entry
- Defined in:
- lib/wayfarer/middleware/dependency_graph.rb
Instance Attribute Summary collapse
-
#after ⇒ Object
Returns the value of attribute after.
-
#args ⇒ Object
Returns the value of attribute args.
-
#before ⇒ Object
Returns the value of attribute before.
-
#klass ⇒ Object
Returns the value of attribute klass.
Instance Attribute Details
#after ⇒ Object
Returns the value of attribute after
15 16 17 |
# File 'lib/wayfarer/middleware/dependency_graph.rb', line 15 def after @after end |
#args ⇒ Object
Returns the value of attribute args
15 16 17 |
# File 'lib/wayfarer/middleware/dependency_graph.rb', line 15 def args @args end |
#before ⇒ Object
Returns the value of attribute before
15 16 17 |
# File 'lib/wayfarer/middleware/dependency_graph.rb', line 15 def before @before end |
#klass ⇒ Object
Returns the value of attribute klass
15 16 17 |
# File 'lib/wayfarer/middleware/dependency_graph.rb', line 15 def klass @klass end |