class Runcible::Models::YumImporter

Constants

DOWNLOAD_BACKGROUND
DOWNLOAD_IMMEDIATE
DOWNLOAD_ON_DEMAND
DOWNLOAD_POLICIES
ID
REPO_TYPE

Attributes

download_policy[RW]
type_skip_list[RW]

Public Instance Methods

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