class BunqRb::ExportAnnualOverview

ExportAnnualOverview

Attributes

id[R]
year[R]

Public Class Methods

new(hsh = {}) click to toggle source
# File lib/bunq_rb/objects/export_annual_overview.rb, line 10
def initialize(hsh = {})
  @id = hsh["id"]
  @year = hsh["year"]
end
url(user_id) click to toggle source
# File lib/bunq_rb/objects/export_annual_overview.rb, line 15
def self.url(user_id)
  "/v1/user/#{user_id}/export-annual-overview"
end