# File lib/fog/profitbricks/requests/compute/get_ip_block.rb, line 30 def get_ip_block(ip_block_id) request( :expects => [200], :method => "GET", :path => "/ipblocks/#{ip_block_id}?depth=5" ) end