Class: Temporal::Middleware::Entry
- Inherits:
-
Struct
- Object
- Struct
- Temporal::Middleware::Entry
- Defined in:
- lib/temporal/middleware/entry.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#klass ⇒ Object
Returns the value of attribute klass.
Instance Method Summary collapse
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
3 4 5 |
# File 'lib/temporal/middleware/entry.rb', line 3 def args @args end |
#klass ⇒ Object
Returns the value of attribute klass
3 4 5 |
# File 'lib/temporal/middleware/entry.rb', line 3 def klass @klass end |
Instance Method Details
#init_middleware ⇒ Object
4 5 6 |
# File 'lib/temporal/middleware/entry.rb', line 4 def init_middleware klass.new(*args) end |