mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
no need to store the response
This commit is contained in:
parent
20eeba5f95
commit
0a59ce7e50
1 changed files with 1 additions and 2 deletions
|
@ -3,13 +3,12 @@ module Fog
|
|||
|
||||
class Real
|
||||
def get_organization(organization_uri)
|
||||
response = request(
|
||||
request(
|
||||
:expects => 200,
|
||||
:method => 'GET',
|
||||
:parser => Fog::Parsers::Vcloud::GetOrganization.new,
|
||||
:uri => organization_uri
|
||||
)
|
||||
response
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue