class CreateRepo::Repo

Defined in:

create_repo.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(username : String = "", repo_name : String = "") #

[View source]

Instance Method Detail

def create #

[View source]
def repo_name : String #

[View source]
def repo_name=(repo_name : String) #

[View source]
def url : String #

[View source]
def url=(url : String) #

[View source]
def username : String #

[View source]
def username=(username : String) #

[View source]