mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
This shouldn't be here.
This commit is contained in:
parent
8fcee51407
commit
73b74ba964
1 changed files with 0 additions and 34 deletions
|
@ -1,34 +0,0 @@
|
|||
require 'fog/core/model'
|
||||
|
||||
module Fog
|
||||
module Compute
|
||||
class Serverlove
|
||||
|
||||
class Drive < Fog::Model
|
||||
|
||||
identity :drive
|
||||
|
||||
attribute :name
|
||||
attribute :user
|
||||
attribute :size
|
||||
attribute :claimed
|
||||
attribute :status
|
||||
attribute :encryption_cipher, :aliases => 'encryption:cipher'
|
||||
|
||||
def save
|
||||
|
||||
end
|
||||
|
||||
def destroy
|
||||
requires :identity
|
||||
connection.destroy_drive(identity)
|
||||
self
|
||||
end
|
||||
|
||||
def self.create(args)
|
||||
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Reference in a new issue