# File lib/fog/terremark/requests/shared/get_organization.rb, line 21 def get_organization(organization_id) response = request( :expects => 200, :method => 'GET', :parser => Fog::Parsers::Terremark::Shared::GetOrganization.new, :path => "org/#{organization_id}" ) response end