Class: Cephalopod::Adaptor

Inherits:
Object
  • Object
show all
Defined in:
lib/cephalopod/adaptor.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**config) ⇒ Adaptor

Returns a new instance of Adaptor.



5
6
7
# File 'lib/cephalopod/adaptor.rb', line 5

def initialize(**config)
  @config = config
end

Instance Attribute Details

#configObject (readonly)

Returns the value of attribute config.



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

def config
  @config
end