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