Object
Assigned file info Model
# File lib/leo_manager_models.rb, line 158 def initialize(h) @node = h[:node] @vnode_id = h[:vnode_id] @size = h[:size] @clock = h[:clock] @checksum = h[:checksum] timestamp = h[:timestamp] @timestamp = timestamp.empty? ? timestamp : Time.parse(timestamp) @delete = h[:delete] != 0 # bool @num_of_chunks = h[:num_of_chunks] end
Generated with the Darkfish Rdoc Generator 2.