Module: Yoda::Model::Parameters::Binder::Generator Abstract
- Defined in:
- lib/yoda/model/parameters/binder.rb
Overview
This module is abstract.
Instance Method Summary collapse
Instance Method Details
#any_type ⇒ Object
26 |
# File 'lib/yoda/model/parameters/binder.rb', line 26 def any_type; fail NotImplementedError; end |
#array_type ⇒ Object
29 |
# File 'lib/yoda/model/parameters/binder.rb', line 29 def array_type; fail NotImplementedError; end |
#hash_type ⇒ Object
28 |
# File 'lib/yoda/model/parameters/binder.rb', line 28 def hash_type; fail NotImplementedError; end |
#proc_type ⇒ Object
27 |
# File 'lib/yoda/model/parameters/binder.rb', line 27 def proc_type; fail NotImplementedError; end |