Class: Ookkee::BuilderProxy
- Inherits:
-
Object
- Object
- Ookkee::BuilderProxy
- Defined in:
- lib/ookkee/builder_proxy.rb
Instance Method Summary collapse
- #credit(account) {|factory| ... } ⇒ Object
- #debit(account) {|factory| ... } ⇒ Object
-
#initialize(options) ⇒ BuilderProxy
constructor
A new instance of BuilderProxy.
Constructor Details
#initialize(options) ⇒ BuilderProxy
Returns a new instance of BuilderProxy.
3 4 5 |
# File 'lib/ookkee/builder_proxy.rb', line 3 def initialize() @builder = [:builder] end |