struct Zap::Npmrc::RegistryAuth
- Zap::Npmrc::RegistryAuth
- Struct
- Value
- Object
Defined in:
npmrc.crConstructors
Instance Method Summary
- #auth : String | Nil
- #authToken : String | Nil
- #certfile : String | Nil
- #clone
- #copy_with(auth _auth = @auth, authToken _authToken = @authToken, certfile _certfile = @certfile, keyfile _keyfile = @keyfile)
- #keyfile : String | Nil
Constructor Detail
def self.new(auth : String | Nil = nil, authToken : String | Nil = nil, certfile : String | Nil = nil, keyfile : String | Nil = nil)
#
Instance Method Detail
def copy_with(auth _auth = @auth, authToken _authToken = @authToken, certfile _certfile = @certfile, keyfile _keyfile = @keyfile)
#