Method: Fog::Storage::OpenStack::File#initialize

Defined in:
lib/fog/storage/openstack/models/file.rb

#initialize(new_attributes = {}) ⇒ File

Returns a new instance of File.



37
38
39
40
# File 'lib/fog/storage/openstack/models/file.rb', line 37

def initialize(new_attributes = {})
  super
  @dirty = if last_modified then false else true end
end