Class: GitAuth::GitHubMirror::Project

Inherits:
Struct
  • Object
show all
Defined in:
lib/gitauth/gh_mirror.rb

Instance Attribute Summary collapse

Instance Attribute Details

#githubObject

Returns the value of attribute github

Returns:

  • (Object)

    the current value of github



13
14
15
# File 'lib/gitauth/gh_mirror.rb', line 13

def github
  @github
end

#github_clone_urlObject

Returns the value of attribute github_clone_url

Returns:

  • (Object)

    the current value of github_clone_url



13
14
15
# File 'lib/gitauth/gh_mirror.rb', line 13

def github_clone_url
  @github_clone_url
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



13
14
15
# File 'lib/gitauth/gh_mirror.rb', line 13

def name
  @name
end

#repositoryObject

Returns the value of attribute repository

Returns:

  • (Object)

    the current value of repository



13
14
15
# File 'lib/gitauth/gh_mirror.rb', line 13

def repository
  @repository
end