Method: FuseClient::Currency#valid?
- Defined in:
- lib/fuse_client/models/currency.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
88 89 90 91 |
# File 'lib/fuse_client/models/currency.rb', line 88 def valid? return false if @code.nil? true end |