Class: RR::MethodDispatches::BaseMethodDispatch
- Inherits:
-
Object
- Object
- RR::MethodDispatches::BaseMethodDispatch
- Extended by:
- Forwardable
- Includes:
- Space::Reader
- Defined in:
- lib/rr/method_dispatches/base_method_dispatch.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#args ⇒ Object
readonly
Returns the value of attribute args.
-
#block ⇒ Object
readonly
Returns the value of attribute block.
-
#double ⇒ Object
readonly
Returns the value of attribute double.
-
#kwargs ⇒ Object
readonly
Returns the value of attribute kwargs.
Instance Method Summary collapse
Methods included from Space::Reader
Instance Attribute Details
#args ⇒ Object (readonly)
Returns the value of attribute args.
7 8 9 |
# File 'lib/rr/method_dispatches/base_method_dispatch.rb', line 7 def args @args end |
#block ⇒ Object (readonly)
Returns the value of attribute block.
7 8 9 |
# File 'lib/rr/method_dispatches/base_method_dispatch.rb', line 7 def block @block end |
#double ⇒ Object (readonly)
Returns the value of attribute double.
7 8 9 |
# File 'lib/rr/method_dispatches/base_method_dispatch.rb', line 7 def double @double end |
#kwargs ⇒ Object (readonly)
Returns the value of attribute kwargs.
7 8 9 |
# File 'lib/rr/method_dispatches/base_method_dispatch.rb', line 7 def kwargs @kwargs end |
Instance Method Details
#call ⇒ Object
9 10 11 |
# File 'lib/rr/method_dispatches/base_method_dispatch.rb', line 9 def call raise NotImplementedError end |