akurkin/rancher-api

View on GitHub
lib/rancher/api/models/registrycredential.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Rancher
  module Api
    class Registrycredential
      include Her::Model
      include Helpers::Model

      belongs_to :project
    end
  end
end