Module: Avm::Git::Issue::Complete::Remote

Defined in:
lib/avm/git/issue/complete/remote.rb

Instance Method Summary collapse

Instance Method Details

#remote_branch_hashObject



12
13
14
# File 'lib/avm/git/issue/complete/remote.rb', line 12

def remote_branch_hash
  remote_hashs["refs/heads/#{branch.name}"]
end

#remote_master_hashObject



8
9
10
# File 'lib/avm/git/issue/complete/remote.rb', line 8

def remote_master_hash
  remote_hashs['refs/heads/master']
end

#remote_tag_hashObject



16
17
18
# File 'lib/avm/git/issue/complete/remote.rb', line 16

def remote_tag_hash
  remote_hashs[tag]
end