class Runcible::Models::DockerImporter

Constants

ID
REPO_TYPE

Attributes

enable_v1[RW]
mask_id[RW]
tags[RW]
upstream_name[RW]

Public Instance Methods

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