class Mollie::Balance::Report
Attributes
Public Instance Methods
Source
# File lib/mollie/balance/report.rb, line 15 def from=(from) @from = Date.parse(from) end
Source
# File lib/mollie/balance/report.rb, line 19 def until=(until_date) # `until` is a reserved keyword @until = Date.parse(until_date) end