# File lib/fog/ecloud/models/compute/environment.rb, line 47 def layout @layout ||= Fog::Compute::Ecloud::Layouts.new(:connection => connection, :href => "/cloudapi/ecloud/layout/environments/#{id}").first end