Class: GitAuth::GitHubMirror::Project
- Inherits:
-
Struct
- Object
- Struct
- GitAuth::GitHubMirror::Project
- Defined in:
- lib/gitauth/gh_mirror.rb
Instance Attribute Summary collapse
-
#github ⇒ Object
Returns the value of attribute github.
-
#github_clone_url ⇒ Object
Returns the value of attribute github_clone_url.
-
#name ⇒ Object
Returns the value of attribute name.
-
#repository ⇒ Object
Returns the value of attribute repository.
Instance Attribute Details
#github ⇒ Object
Returns the value of attribute github
13 14 15 |
# File 'lib/gitauth/gh_mirror.rb', line 13 def github @github end |
#github_clone_url ⇒ Object
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 |
#name ⇒ Object
Returns the value of attribute name
13 14 15 |
# File 'lib/gitauth/gh_mirror.rb', line 13 def name @name end |
#repository ⇒ Object
Returns the value of attribute repository
13 14 15 |
# File 'lib/gitauth/gh_mirror.rb', line 13 def repository @repository end |