Sha256: de4b142fad3255fdc6734459fd0ade2c3c86153e2c16dbe8c7d84866c9713f44
Contents?: true
Size: 510 Bytes
Versions: 7
Compression:
Stored size: 510 Bytes
Contents
module Fog module Compute class DigitalOcean class Image < Fog::Model identity :id attribute :name attribute :type attribute :distribution attribute :slug attribute :public attribute :regions attribute :min_disk_size attribute :created_at end def transfer perform_action :transfer_image end def convert_to_snapshot perform_action :convert_image_to_snapshot end end end end
Version data entries
7 entries across 5 versions & 2 rubygems