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:
parent
cca3a80c21
commit
e3ffcd1795
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue