Class: Lono::Pro
  
  
  
  
  
    - Inherits:
 
    - 
      Command
      
        
        show all
      
    
 
  
  
  
  
  
  
  
  
  
  
    - Defined in:
 
    - lib/lono/pro.rb,
  lib/lono/pro/base.rb,
 lib/lono/pro/repo.rb
 
  
  
 
Defined Under Namespace
  
    
  
    
      Classes: Base, Repo
    
  
  
    
      Instance Method Summary
      collapse
    
    
  
  
  
  
  
  
  
  
  
  Methods inherited from Command
  alter_command_description, command_help, dispatch, exit_on_failure?, website
  
  
  
  
  
  
  
    Instance Method Details
    
      
  
  
    #blueprints  ⇒ Object 
  
  
  
  
    
      
5
6
7 
     | 
    
      # File 'lib/lono/pro.rb', line 5
def blueprints
  Repo.new(options.merge(type: "blueprint")).run
end 
     | 
  
 
    
      
  
  
    #configsets  ⇒ Object 
  
  
  
  
    
      
11
12
13 
     | 
    
      # File 'lib/lono/pro.rb', line 11
def configsets
  Repo.new(options.merge(type: "configset")).run
end 
     |