class GithubBackup::Wiki
Public Instance Methods
backup_path()
click to toggle source
# File lib/github-backup/wiki.rb, line 8 def backup_path "#{ sawyer_resource.full_name }.wiki.git" end
clone_url()
click to toggle source
# File lib/github-backup/wiki.rb, line 4 def clone_url "https://github.com/#{ sawyer_resource.full_name }.wiki.git" end