class Runcible::Models::DebImporter

Constants

DOWNLOAD_BACKGROUND
DOWNLOAD_IMMEDIATE
DOWNLOAD_ON_DEMAND
DOWNLOAD_POLICIES
ID
REPO_TYPE

Attributes

allowed_keys[RW]
architectures[RW]
components[RW]
download_policy[RW]
gpg_keys[RW]
releases[RW]
require_signature[RW]

Public Instance Methods

config() click to toggle source
# File lib/runcible/models/deb_importer.rb, line 22
def config
  as_json
end
id() click to toggle source
# File lib/runcible/models/deb_importer.rb, line 14
def id
  DebImporter::ID
end
repo_type() click to toggle source
# File lib/runcible/models/deb_importer.rb, line 18
def repo_type
  DebImporter::REPO_TYPE
end