Sha256: ffa03e5b44f6b6de54e448fe5f6dac6df96fc787547aba1f558b4bb19629cce1

Contents?: true

Size: 248 Bytes

Versions: 7

Compression:

Stored size: 248 Bytes

Contents

module Hcloud
  class ServerType
    Attributes = {
      id: nil,
      name: nil,
      description: nil,
      cores: nil,
      memory: nil,
      disk: nil,
      prices: nil,
      storage_type: nil,
    }

    include EntryLoader

  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hcloud-0.1.1 lib/hcloud/server_type.rb
hcloud-0.1.0 lib/hcloud/server_type.rb
hcloud-0.1.0.pre.alpha4 lib/hcloud/server_type.rb
hcloud-0.1.0.pre.alpha3 lib/hcloud/server_type.rb
hcloud-0.1.0.pre.alpha2 lib/hcloud/server_type.rb
hcloud-0.1.0.pre.alpha1 lib/hcloud/server_type.rb
hcloud-0.1.0.pre.alpha0 lib/hcloud/server_type.rb