Method: Mushy::WriteFile.file_saving_config

Defined in:
lib/mushy/fluxs/write_file.rb

.file_saving_configObject



67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# File 'lib/mushy/fluxs/write_file.rb', line 67

def self.file_saving_config
  {
    name: {
            description: 'The name of the file.',
            type:        'text',
            value:       'file.csv',
          },
    directory: {
                 description: 'The directory in which to write the file. Leave blank for the current directory.',
                 shrink:      true,
                 type:        'text',
                 value:       '',
               },
    }
end