Method: Fog::OpenStack::Storage::Mock#change_account
- Defined in:
- lib/fog/openstack/storage.rb
#change_account(account) ⇒ Object
93 94 95 96 97 |
# File 'lib/fog/openstack/storage.rb', line 93 def change_account(account) @original_path ||= @path version_string = @original_path.split('/')[1] @path = "/#{version_string}/#{account}" end |