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



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



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



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

def name
  @name
end

#repositoryObject

Returns the value of attribute repository



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

def repository
  @repository
end