class Monobank::Account

Public Instance Methods

statement(from:, to: nil, token:) click to toggle source
# File lib/monobank/account.rb, line 7
def statement(from:, to: nil, token:)
  Monobank::Statement.show(account: id, from: from, to: to, token: token)
end