module Packlink::Config
Defined in:
packlink/config.crConstant Summary
-
ENVIRONMENTS =
["sandbox", "production"] of ::String
Class Method Summary
- .api_key : String | Nil
- .api_key=(api_key : String | Nil)
- .environment : String
- .environment=(env : String)
- .open_timeout : Int32 | Float64
- .open_timeout=(open_timeout : Int32 | Float64)
- .production?
- .read_timeout : Int32 | Float64
- .read_timeout=(read_timeout : Int32 | Float64)
- .sandbox?