class GithubUser

Overview

Represents a github user

name is their personal name to display in the output, and is optional username is the name of their github account

Defined in:

GithubTracker/GithubUser.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node, _dummy : Nil) #

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

Instance Method Detail

def name : String? #

def name=(_name : String?) #

def to_s(io : IO) #

[View source]
def to_yaml(__temp_39 : YAML::Nodes::Builder) #

def username : String #

def username=(_username : String) #