Sha256: 23f90c2a8ea6eb98805abb9f06f1d9526eba4be80ad5cd1261cf609894d02f13

Contents?: true

Size: 364 Bytes

Versions: 3

Compression:

Stored size: 364 Bytes

Contents

module Hcloud
  class Image
    Attributes = {
      id: nil,
      type: nil,
      status: nil,
      name: nil,
      description: nil,
      image_size: nil,
      disk_size: nil,
      created: :time,
      created_from: nil,
      bound_to: nil,
      os_flavor: nil,
      os_version: nil,
      rapid_deploy: nil,
    }

    include EntryLoader

  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hcloud-0.1.0.pre.alpha2 lib/hcloud/image.rb
hcloud-0.1.0.pre.alpha1 lib/hcloud/image.rb
hcloud-0.1.0.pre.alpha0 lib/hcloud/image.rb