Class: GitAuth::GitHubMirror::Project

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

Instance Attribute Summary collapse

Instance Attribute Details

#github_clone_urlObject

Returns the value of attribute github_clone_url

Returns:

  • (Object)

    the current value of github_clone_url



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

def github_clone_url
  @github_clone_url
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#repositoryObject

Returns the value of attribute repository

Returns:

  • (Object)

    the current value of repository



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

def repository
  @repository
end