lib/fog/model.rb in fog-0.0.87 vs lib/fog/model.rb in fog-0.0.88
- old
+ new
@@ -49,9 +49,13 @@
def identity
send(self.class.instance_variable_get('@identity'))
end
+ def identity=(new_identity)
+ send("#{identity}=", new_identity)
+ end
+
def initialize(new_attributes = {})
merge_attributes(new_attributes)
end
def inspect