class Zipstream::Config
- Zipstream::Config
- Reference
- Object
Defined in:
zipstream/config.crConstant Summary
-
INSTANCE =
Config.new
Constructors
Class Method Summary
Instance Method Summary
- #basic_auth?
- #env : String
- #env=(env : String)
- #filename
- #format : String
- #format=(format : String)
- #hidden=(hidden : Bool)
- #hidden? : Bool
- #host
- #host=(host : String | Nil)
- #junk=(junk : Bool)
- #junk? : Bool
- #local_ip_address : Socket::IPAddress | Nil
- #log=(log : Bool)
- #log? : Bool
- #no_banner=(no_banner : Bool)
- #no_banner? : Bool
- #no_symlinks=(no_symlinks : Bool)
- #no_symlinks? : Bool
- #output : String
- #output=(output : String)
- #password : String | Nil
- #password=(password : String | Nil)
- #path : String
- #path=(path : String)
- #port : Int32
- #port=(port : Int32)
- #prefix : String | Nil
- #prefix=(prefix : String | Nil)
- #qr=(qr : Bool)
- #qr? : Bool
- #remote_url : String
- #url_path : String
- #url_path=(url_path : String)
- #user : String | Nil
- #user=(user : String | Nil)
- #web=(web : Bool)
- #web? : Bool