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

[glesys] Fix ip model name to match nameing convention

Fog::Glesys::Compute::Ip -> Fog::Compute::Glesys::Ip
This commit is contained in:
Simon Gate 2013-02-01 14:36:57 +01:00
parent 2f01d08095
commit 37d3a95fa0
2 changed files with 4 additions and 3 deletions

View file

@ -1,10 +1,11 @@
require 'fog/core/model'
module Fog
module Glesys
class Compute
module Compute
class Glesys
class Ip < Fog::Model
extend Fog::Deprecation
identity :serverid

View file

@ -7,7 +7,7 @@ module Fog
class Ips < Fog::Collection
model Fog::Glesys::Compute::Ip
model Fog::Compute::Glesys::Ip
attribute :serverid