lib/yao/resources/floating_ip.rb in yao-0.18.0 vs lib/yao/resources/floating_ip.rb in yao-0.19.0

- old
+ new

@@ -8,9 +8,13 @@ :revision_number, :floating_network_id, :fixed_ip_address, :floating_ip_address, :status, :port_details, :tags, :port_forwardings + map_attributes_to_time :created_at, :updated_at + alias :created :created_at + alias :updated :updated_at + self.service = "network" self.resource_name = "floatingip" self.resources_name = "floatingips" # @return [Yao::Resources::Router]