Method: Falcon::DomainAPIQueryPagingV1#valid?
- Defined in:
- lib/crimson-falcon/models/domain_api_query_paging_v1.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
119 120 121 122 123 124 |
# File 'lib/crimson-falcon/models/domain_api_query_paging_v1.rb', line 119 def valid? return false if @after.nil? return false if @limit.nil? return false if @total.nil? true end |