Class: Qwirk::MyBean

Inherits:
Object
  • Object
show all
Includes:
Rumx::Bean
Defined in:
lib/qwirk.rb

Instance Method Summary collapse

Constructor Details

#initialize(hash) ⇒ MyBean

Returns a new instance of MyBean.



20
21
22
# File 'lib/qwirk.rb', line 20

def initialize(hash)
  @adapters = hash
end