class LavinMQ::VHostStore
 
  - LavinMQ::VHostStore
 - Reference
 - Object
 
Included Modules
- Enumerable({String, LavinMQ::VHost})
 
Defined in:
lavinmq/vhost_store.crConstant Summary
- 
        Log = 
::Log.for("vhoststore") 
Constructors
Macro Summary
Instance Method Summary
- #close
 - #create(name : String, user : User = @users.default_user, save : Bool = true)
 - #delete(name) : Nil
 - 
        #each(&)
        
          
Must yield this collection's elements to the block.
 - #to_json(json : JSON::Builder)
 
Constructor Detail
Macro Detail
Instance Method Detail
        
        def each(&)
        #
      
      
        
              Description copied from module Enumerable({String, LavinMQ::VHost})
            
          
          Must yield this collection's elements to the block.