Method: FireflyIIIClient::SystemInfo#valid?
- Defined in:
- lib/firefly_iii_client/models/system_info.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
78 79 80 81 |
# File 'lib/firefly_iii_client/models/system_info.rb', line 78 def valid? return false if @data.nil? true end |