class Runcible::Models::OstreeImporter

Constants

ID
REPO_TYPE

Attributes

branches[RW]
depth[RW]

Public Instance Methods

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