Class: Eventador::Callback

Inherits:
Struct
  • Object
show all
Defined in:
lib/eventador.rb

Instance Attribute Summary collapse

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

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



4
5
6
# File 'lib/eventador.rb', line 4

def args
  @args
end

Instance Method Details

#resultObject



9
10
11
# File 'lib/eventador.rb', line 9

def result
  @result
end