struct IssueDash::Login

Defined in:

issue_dash.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(jwt : String, token : Token, repos : Hash(String, String)) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(jwt _jwt = @jwt, token _token = @token, repos _repos = @repos) #

[View source]
def jwt : String #

def repos : Hash(String, String) #

def token : Token #