Method: MergeHRISClient::Issue#valid?
- Defined in:
- lib/merge_hris_client/models/issue.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
141 142 143 144 |
# File 'lib/merge_hris_client/models/issue.rb', line 141 def valid? return false if @error_description.nil? true end |