Class: EXEL::Middleware::Chain::Entry
- Inherits:
-
Struct
- Object
- Struct
- EXEL::Middleware::Chain::Entry
- Defined in:
- lib/exel/middleware/chain.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#klass ⇒ Object
Returns the value of attribute klass.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
28 29 30 |
# File 'lib/exel/middleware/chain.rb', line 28 def args @args end |
#klass ⇒ Object
Returns the value of attribute klass
28 29 30 |
# File 'lib/exel/middleware/chain.rb', line 28 def klass @klass end |