# File lib/puppet/file_serving/base.rb, line 74 74: def to_pson_data_hash 75: { 76: # No 'document_type' since we don't send these bare 77: 'data' => { 78: 'path' => @path, 79: 'relative_path' => @relative_path, 80: 'links' => @links 81: }, 82: 'metadata' => { 83: 'api_version' => 1 84: } 85: } 86: end