class Usages

Public Instance Methods

setup_data() click to toggle source
# File Entities/Usage.rb, line 8
def setup_data
  value_str :name
  value_str :file_dir
  value_str :file_glob
  # The filter can start with s, g, v - f is used to denote fields:
  # s/search/replace/
  # gstring_needed
  # vstring_not_wanted
  # fs::regexp::arg
  #  where s is
  #  - date - arg is a strptime compatible interpretation
  #  - name - who accessed it - arg can give a command to translate
  #  - element - what has been accessed
  value_str :file_filter
end