lib/fog/compute/requests/aws/associate_address.rb in fog-0.5.3 vs lib/fog/compute/requests/aws/associate_address.rb in fog-0.6.0

- old
+ new

@@ -1,9 +1,11 @@ module Fog module AWS class Compute class Real + require 'fog/compute/parsers/aws/basic' + # Associate an elastic IP address with an instance # # ==== Parameters # * instance_id<~String> - Id of instance to associate address with # * public_ip<~String> - Public ip to assign to instance