From 4583d1f2639657d8e92358515a4dc8befb685137 Mon Sep 17 00:00:00 2001 From: Kevin Chan Date: Sun, 2 Jun 2013 17:50:20 +0800 Subject: [PATCH] GH-1853 "public" attribute for network --- lib/fog/joyent/models/compute/network.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/fog/joyent/models/compute/network.rb b/lib/fog/joyent/models/compute/network.rb index 5647a97fc..4696ebedc 100644 --- a/lib/fog/joyent/models/compute/network.rb +++ b/lib/fog/joyent/models/compute/network.rb @@ -5,6 +5,7 @@ module Fog identity :id attribute :name + attribute :public end end