Class: Eventador::Callback
- Inherits:
-
Struct
- Object
- Struct
- Eventador::Callback
- Defined in:
- lib/eventador.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
Instance Method Summary collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(method, *args, &block) ⇒ Object
5 6 7 |
# File 'lib/eventador.rb', line 5 def method_missing(method, *args, &block) false end |
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
4 5 6 |
# File 'lib/eventador.rb', line 4 def args @args end |
Instance Method Details
#result ⇒ Object
9 10 11 |
# File 'lib/eventador.rb', line 9 def result @result end |