Class: V::Adapters::Git::Remote

Inherits:
Object
  • Object
show all
Defined in:
lib/v/adapters/git/remotes.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name.



5
6
7
# File 'lib/v/adapters/git/remotes.rb', line 5

def name
  @name
end

Instance Method Details

#commitsObject



12
13
# File 'lib/v/adapters/git/remotes.rb', line 12

def commits
end

#fetchObject



6
7
# File 'lib/v/adapters/git/remotes.rb', line 6

def fetch
end

#headObject



14
15
# File 'lib/v/adapters/git/remotes.rb', line 14

def head
end

#pullObject



10
11
# File 'lib/v/adapters/git/remotes.rb', line 10

def pull
end

#pushObject



8
9
# File 'lib/v/adapters/git/remotes.rb', line 8

def push
end