struct Zap::Npmrc::RegistryAuth

Defined in:

npmrc.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

or(other : T) : T | self forall T or, pipe(&) pipe

Constructor Detail

def self.new(auth : String | Nil = nil, authToken : String | Nil = nil, certfile : String | Nil = nil, keyfile : String | Nil = nil) #

[View source]

Instance Method Detail

def auth : String | Nil #

def authToken : String | Nil #

def certfile : String | Nil #

def clone #

[View source]
def copy_with(auth _auth = @auth, authToken _authToken = @authToken, certfile _certfile = @certfile, keyfile _keyfile = @keyfile) #

[View source]
def keyfile : String | Nil #