Sha256: daaf0cbb0c5004c52b1c006bb851caa7f39689c35993c14d3fac0972638571f7
Contents?: true
Size: 358 Bytes
Versions: 7
Compression:
Stored size: 358 Bytes
Contents
module Fog module Compute class DigitalOcean class Flavor < Fog::Model identity :slug attribute :available attribute :transfer attribute :price_monthly attribute :price_hourly attribute :memory attribute :vcpus attribute :disk attribute :regions end end end end
Version data entries
7 entries across 5 versions & 2 rubygems