Method: Dropbox::Sign::SubSigningOptions#list_invalid_properties

Defined in:
lib/dropbox-sign/models/sub_signing_options.rb

#list_invalid_propertiesObject

Show invalid properties with the reasons. Usually used together with valid?



174
175
176
177
178
179
180
181
# File 'lib/dropbox-sign/models/sub_signing_options.rb', line 174

def list_invalid_properties
  invalid_properties = Array.new
  if @default_type.nil?
    invalid_properties.push('invalid value for "default_type", default_type cannot be nil.')
  end

  invalid_properties
end