class Matrixeval::Target

Public Instance Methods

cli_example_lines() click to toggle source
# File lib/matrixeval/target.rb, line 36
def cli_example_lines
  []
end
create_files() click to toggle source
# File lib/matrixeval/target.rb, line 40
def create_files
  # Do nothing
end
env(context) click to toggle source
# File lib/matrixeval/target.rb, line 16
def env(context)
  {}
end
gitignore_paths() click to toggle source
# File lib/matrixeval/target.rb, line 28
def gitignore_paths
  []
end
matrixeval_yml_template_path() click to toggle source
# File lib/matrixeval/target.rb, line 8
def matrixeval_yml_template_path
  Matrixeval.root.join("lib/matrixeval/templates/matrixeval.yml")
end
mounts(context) click to toggle source
# File lib/matrixeval/target.rb, line 20
def mounts(context)
  []
end
support_commands() click to toggle source
# File lib/matrixeval/target.rb, line 32
def support_commands
  []
end
vector_key() click to toggle source
# File lib/matrixeval/target.rb, line 12
def vector_key
  nil
end
version() click to toggle source
# File lib/matrixeval/target.rb, line 4
def version
  Matrixeval::VERSION
end
volumes(context) click to toggle source
# File lib/matrixeval/target.rb, line 24
def volumes(context)
  {}
end