class Lono::Pro

Public Instance Methods

blueprints() click to toggle source
# File lib/lono/pro.rb, line 5
def blueprints
  Repo.new(options.merge(type: "blueprint")).run
end
configsets() click to toggle source
# File lib/lono/pro.rb, line 11
def configsets
  Repo.new(options.merge(type: "configset")).run
end