1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

7 commits

Author SHA1 Message Date
Sean Handley
a809a07178 Fog calls drives "images", rename for consistency. 2012-04-29 17:36:16 +01:00
Sean Handley
87c2a09a73 Returning self is totes better than bools. 2012-04-29 17:11:19 +01:00
Sean Handley
f23abc0955 Made create/save conform to the Fog API.
i.e.

  drive = Fog::Compute[:serverlove].drives.create(name: 'FooFoo', size: 12345)
  drive.name = "BarBar"
  drive.save
2012-04-29 17:00:13 +01:00
Sean Handley
a648f9d4eb Added create/update functionality. 2012-04-29 14:14:17 +01:00
seanhandley
4331d171ee Made steps to get update/create working. Work in progress. 2012-04-27 21:53:39 +01:00
Sean Handley
4add747ab3 Alias the encryption cipher. 2012-04-27 14:55:06 +01:00
Sean Handley
5cc1b4699e Set up drive objects (not disks). 2012-04-27 14:43:52 +01:00
Renamed from lib/fog/serverlove/models/compute/disk.rb (Browse further)