Class: Wayfarer::Middleware::DependencyGraph::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/wayfarer/middleware/dependency_graph.rb

Instance Attribute Summary collapse

Instance Attribute Details

#afterObject

Returns the value of attribute after

Returns:

  • (Object)

    the current value of after



15
16
17
# File 'lib/wayfarer/middleware/dependency_graph.rb', line 15

def after
  @after
end

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



15
16
17
# File 'lib/wayfarer/middleware/dependency_graph.rb', line 15

def args
  @args
end

#beforeObject

Returns the value of attribute before

Returns:

  • (Object)

    the current value of before



15
16
17
# File 'lib/wayfarer/middleware/dependency_graph.rb', line 15

def before
  @before
end

#klassObject

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



15
16
17
# File 'lib/wayfarer/middleware/dependency_graph.rb', line 15

def klass
  @klass
end