Method: MetatronClient::Asset#valid?

Defined in:
lib/metatron_ruby_client/models/asset.rb

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# File 'lib/metatron_ruby_client/models/asset.rb', line 83

def valid?
  
  
  
  
  
  
  if @data.nil?
    return false
  end

  
  
  
  
end