class Runcible::Models::PythonImporter

Constants

ID
REPO_TYPE

Attributes

packages_names[RW]

Public Instance Methods

config() click to toggle source
# File lib/runcible/models/python_importer.rb, line 17
def config
  as_json
end
id() click to toggle source
# File lib/runcible/models/python_importer.rb, line 9
def id
  PythonImporter::ID
end
repo_type() click to toggle source
# File lib/runcible/models/python_importer.rb, line 13
def repo_type
  PythonImporter::REPO_TYPE
end