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:
parent
2f01d08095
commit
37d3a95fa0
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -7,7 +7,7 @@ module Fog
|
|||
|
||||
class Ips < Fog::Collection
|
||||
|
||||
model Fog::Glesys::Compute::Ip
|
||||
model Fog::Compute::Glesys::Ip
|
||||
|
||||
attribute :serverid
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue