Sha256: 580040d1e379c59198b1ea5e49515a608683b434aa16b1a0db61cd9f774db839

Contents?: true

Size: 228 Bytes

Versions: 7

Compression:

Stored size: 228 Bytes

Contents

module Hcloud
  class Location
    Attributes = {
      id: nil,
      name: nil,
      description: nil,
      country: nil,
      city: nil,
      longitude: nil,
      latitude: nil,
    }

    include EntryLoader

  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

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