Class: Keepr::AccountExport

Inherits:
Object
  • Object
show all
Defined in:
lib/keepr/account_export.rb

Instance Method Summary collapse

Constructor Details

#initialize(accounts, header_options = {}, &block) ⇒ AccountExport

Returns a new instance of AccountExport.



4
5
6
7
8
# File 'lib/keepr/account_export.rb', line 4

def initialize(accounts, header_options = {}, &block)
  @accounts = accounts
  @header_options = header_options
  @block = block
end