Method: Unipept::BatchOrder#initialize
- Defined in:
- lib/batch_order.rb
#initialize ⇒ BatchOrder
Returns a new instance of BatchOrder.
5 6 7 8 |
# File 'lib/batch_order.rb', line 5 def initialize @order = {} @current = 0 end |
Returns a new instance of BatchOrder.
5 6 7 8 |
# File 'lib/batch_order.rb', line 5 def initialize @order = {} @current = 0 end |