Sha256: 5b484eacf415b82036bd315c29950e03724f93c8c92c5f9893967b2c5256efd3

Contents?: true

Size: 278 Bytes

Versions: 1

Compression:

Stored size: 278 Bytes

Contents

# frozen_string_literal: true

module Rancher
  module Api
    class Packetconfig
      include Her::Model
      include Helpers::Model

      belongs_to :project

      attributes :apiKey, :billingCycle, :facilityCode, :os, :plan,
                 :projectId
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rancher-api-beta-0.8.1 lib/rancher/api/models/packetconfig.rb