Method: MetatronClient::AssetData#valid?

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

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



70
71
72
73
74
75
76
77
78
79
# File 'lib/metatron_ruby_client/models/asset_data.rb', line 70

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

  if @type.nil?
    return false
  end

end