mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
8 lines
105 B
Ruby
8 lines
105 B
Ruby
![]() |
def volume_service
|
||
|
Fog::Volume[:sakuracloud]
|
||
|
end
|
||
|
|
||
|
def compute_service
|
||
|
Fog::Compute[:sakuracloud]
|
||
|
end
|