Method: ArtikCloud::NormalizedActionsEnvelope#valid?

Defined in:
lib/artikcloud/models/normalized_actions_envelope.rb

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



143
144
145
146
147
148
# File 'lib/artikcloud/models/normalized_actions_envelope.rb', line 143

def valid?
  return false if @count.nil?
  return false if @size.nil?
  return false if @data.nil?
  return true
end