class Fog::Storage::IBM::Offerings

Public Instance Methods

all() click to toggle source
# File lib/fog/ibm/models/storage/offerings.rb, line 10
def all
  load(service.list_offerings.body['volumes'])
end