Method: Falcon::DomainUserActionRequest#valid?
- Defined in:
- lib/crimson-falcon/models/domain_user_action_request.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
111 112 113 114 115 |
# File 'lib/crimson-falcon/models/domain_user_action_request.rb', line 111 def valid? return false if @action.nil? return false if @ids.nil? true end |