#check_href!, #load
11 12 13 14 15 16 17
# File 'lib/fog/ecloud/models/compute/admin_organizations.rb', line 11 def get(uri) if data = service.get_admin_organization(uri) new(data.body) end rescue Fog::Errors::NotFound nil end