class LunchMoney::Config
Attributes
response_objects_as_structs[RW]
token[RW]
Public Class Methods
new()
click to toggle source
# File lib/lunchmoney/config.rb, line 18 def initialize @response_objects_as_structs = T.let(false, T::Boolean) end