# File lib/fog/softlayer/requests/network/get_public_vlan_price_code.rb, line 21 def get_public_vlan_price_code request(:product_package, '0/get_items').body.map { |item| item['prices'][0]['id'] if item['description'] =~ /vlan/i and item['description'] =~ /public/i }.compact.first end