Sha256: 21e4ce6159d59a32eaafdc0ad580cfc1522f310693e52cd466399ea6af7c6873

Contents?: true

Size: 184 Bytes

Versions: 7

Compression:

Stored size: 184 Bytes

Contents

# frozen_string_literal: true

module Hcloud
  class Datacenter
    require 'hcloud/datacenter_resource'

    include EntryLoader

    schema(
      location: Location
    )
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hcloud-1.3.0 lib/hcloud/datacenter.rb
hcloud-1.2.0 lib/hcloud/datacenter.rb
hcloud-1.1.0 lib/hcloud/datacenter.rb
hcloud-1.0.3 lib/hcloud/datacenter.rb
hcloud-1.0.2 lib/hcloud/datacenter.rb
hcloud-1.0.1 lib/hcloud/datacenter.rb
hcloud-1.0.0 lib/hcloud/datacenter.rb