Sha256: afc09bab871402b6444684494aa610b628b4aec0e7d9f7bf5d388c5021d1d806

Contents?: true

Size: 176 Bytes

Versions: 1

Compression:

Stored size: 176 Bytes

Contents

require 'fog/core/model'

module Fog
  module Linode
    class Compute
      class Kernel < Fog::Model
        identity :id
        attribute :name
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fog-0.8.2 lib/fog/compute/models/linode/kernel.rb