Sha256: c8aa0348491d8f61a3344659c9d6fa863c09c5d10a0b3e1f944ea6dfea54b34b
Contents?: true
Size: 212 Bytes
Versions: 36
Compression:
Stored size: 212 Bytes
Contents
require 'fog/model' module Fog module Bluebox class Image < Fog::Model identity :id attribute :description attribute :public attribute :created_at, 'created' end end end
Version data entries
36 entries across 36 versions & 2 rubygems