# File lib_ctrl/rucy/params.rb, line 1016 def to_hash { 'document' => self.name, 'arguments' => self.args, 'mount_path' => self.path, 'mount_mask' => self.mask, 'virtual_host' => self.virtual_host, 'comment' => self.comment } end