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