Method: DocSpring::PublishVersionData#valid?

Defined in:
lib/docspring/models/publish_version_data.rb

#valid?Boolean

Check to see if the all the properties in the model are valid



89
90
91
92
93
# File 'lib/docspring/models/publish_version_data.rb', line 89

def valid?
  warn '[DEPRECATED] the `valid?` method is obsolete'
  return false if @version_type.nil?
  true
end