1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib
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
..
fog Made create/save conform to the Fog API. 2012-04-29 17:00:13 +01:00
fog.rb Release 1.3.1 2012-03-27 14:42:10 -05:00