fog/fog-cloudatcost

View on GitHub
lib/fog/cloudatcost/models/template.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module Fog
  module Compute
    class CloudAtCost
      class Template < Fog::Model
        identity :ce_id
        attribute :name
      end
    end
  end
end