Class: GithubBackup::Wiki
Instance Attribute Summary
Attributes inherited from Repository
#sawyer_resource, #shell
Instance Method Summary
collapse
Methods inherited from Repository
#backup, #initialize
Instance Method Details
#backup_path ⇒ Object
8
9
10
|
# File 'lib/github-backup/wiki.rb', line 8
def backup_path
"#{ sawyer_resource.full_name }.wiki.git"
end
|
#clone_url ⇒ Object
4
5
6
|
# File 'lib/github-backup/wiki.rb', line 4
def clone_url
"https://github.com/#{ sawyer_resource.full_name }.wiki.git"
end
|