1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Remove instance_id as an accessor.

This commit is contained in:
Rupak Ganguly 2011-12-16 16:38:01 -05:00
parent cca3a80c21
commit e3ffcd1795

View file

@ -12,8 +12,6 @@ module Fog
attribute :fixed_ip
attribute :instance_id
attr_accessor :instance_id
def initialize(attributes = {})
# assign server first to prevent race condition with new_record?
self.server = attributes.delete(:server)