Method: Fog::Storage::Softlayer::Mock#get_containers

Defined in:
lib/fog/softlayer/requests/storage/get_containers.rb

#get_containers(options = {}) ⇒ Object


5
6
7
8
9
10
# File 'lib/fog/softlayer/requests/storage/get_containers.rb', line 5

def get_containers(options = {})
  response = Excon::Response.new
  response.body = _format_containers(@containers)
  response.status = 200
  response
end