struct Git::Credentials
- Git::Credentials
- Struct
- Value
- Object
Defined in:
bitte_ci/libgit2.crConstructors
Instance Method Summary
- #https_password : String | Nil
- #https_password=(https_password : String | Nil)
- #https_username : String | Nil
- #https_username=(https_username : String | Nil)
- #ssh_passphrase : String
- #ssh_passphrase=(ssh_passphrase : String)
- #ssh_private_path
- #ssh_private_path=(ssh_private_path : String | Nil)
- #ssh_public_path
- #ssh_public_path=(ssh_public_path : String | Nil)
- #ssh_user : String | Nil
- #ssh_user=(ssh_user : String | Nil)
Constructor Detail
def self.new(https_username : Nil | String = nil, https_password : Nil | String = nil, ssh_user : Nil | String = nil, ssh_public_path : Nil | String = nil, ssh_private_path : Nil | String = nil, ssh_passphrase : String = "")
#