Method: Falcon::ApiIndicatorsQueryPaging#valid?
- Defined in:
- lib/crimson-falcon/models/api_indicators_query_paging.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
123 124 125 126 127 |
# File 'lib/crimson-falcon/models/api_indicators_query_paging.rb', line 123 def valid? return false if @limit.nil? return false if @total.nil? true end |