mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
17 lines
182 B
Ruby
17 lines
182 B
Ruby
class OpenStack
|
|
|
|
module Compute
|
|
|
|
module Formats
|
|
|
|
SUMMARY = {
|
|
'id' => String,
|
|
'name' => String,
|
|
'links' => Array
|
|
}
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|