Class: Qwirk::MyBean
Instance Method Summary collapse
-
#initialize(hash) ⇒ MyBean
constructor
A new instance of MyBean.
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 |