lib/fog/vcloud/models/compute/network.rb in fog-maestrodev-1.7.0.20121114190951 vs lib/fog/vcloud/models/compute/network.rb in fog-maestrodev-1.8.0.20130109172219
- old
+ new
@@ -13,10 +13,10 @@
attribute :configuration, :aliases => :Configuration
attribute :provider_info, :aliases => :ProviderInfo
def parent_network
return nil if configuration[:ParentNetwork].nil?
- @parent_network ||= connection.get_network(configuration[:ParentNetwork][:href])
+ @parent_network ||= service.get_network(configuration[:ParentNetwork][:href])
end
end
end
end
end