class Monobank::Clients::Statement
Public Instance Methods
show(account:, from:, to:, token:)
click to toggle source
# File lib/monobank/clients/statement.rb, line 8 def show(account:, from:, to:, token:) get("#{account}/#{from}/#{to}", headers: default_headers(token)) end