Method: Fog::Storage::Softlayer::Mock#change_account
- Defined in:
- lib/fog/softlayer/storage.rb
#change_account(account) ⇒ Object
77 78 79 80 81 |
# File 'lib/fog/softlayer/storage.rb', line 77 def change_account(account) @original_path ||= @path version_string = @original_path.split('/')[1] @path = "/#{version_string}/#{account}" end |