class ChefFixie::Sql::CookbookArtifact

At the time of writing there are more objects in sql than we support here; we should add them. We have only covered the objects that have their own authz info Missing objects include: checksums cookbook_artifact_version_checksums cookbook_artifact_versions cookbook_artifact_versions_id_seq cookbook_artifacts_id_seq cookbook_version_checksums cookbook_version_dependencies cookbook_versions cookbook_versions_by_rank cookbooks_id_seq data_bag_items joined_cookbook_version keys keys_by_name node_policy opc_customers opc_customers_id_seq opc_users org_migration_state org_migration_state_id_seq policy_revisions policy_revisions_policy_groups_association sandboxed_checksums

Public Class Methods

new(data) click to toggle source
Calls superclass method ChefFixie::Sql::SqlObject::new
# File lib/chef_fixie_shahid/sql_objects.rb, line 269
def initialize(data)
  super(data)
end