lib/hcloud/location.rb in hcloud-0.1.2 vs lib/hcloud/location.rb in hcloud-1.0.0

- old
+ new

@@ -1,15 +1,9 @@ +# frozen_string_literal: true + module Hcloud class Location - Attributes = { - id: nil, - name: nil, - description: nil, - country: nil, - city: nil, - longitude: nil, - latitude: nil - }.freeze + require 'hcloud/location_resource' include EntryLoader end end