Class: Coactive::Lookups::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/coactive/lookups/base.rb

Direct Known Subclasses

Name, Object

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(klass, coactant) ⇒ Base

Returns a new instance of Base.



6
7
8
9
# File 'lib/coactive/lookups/base.rb', line 6

def initialize(klass, coactant)
  @klass = klass
  @coactant = coactant
end

Class Method Details

.callable?(coactant) ⇒ Boolean

Returns:

  • (Boolean)


15
16
# File 'lib/coactive/lookups/base.rb', line 15

def callable?(coactant)
end

Instance Method Details

#callObject



11
12
# File 'lib/coactive/lookups/base.rb', line 11

def call
end