class MStrap::User

Defined in:

mstrap/user.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, email : String, github : Nil | String = nil) #

[View source]
def self.new(user : Defs::UserDef) #

[View source]

Instance Method Detail

def email : String #

Returns email address of user


[View source]
def github : String? #

Returns GitHub user account


[View source]
def name : String #

Returns name of user


[View source]