Class: V::Adapters::Git::Remote
- Inherits:
-
Object
- Object
- V::Adapters::Git::Remote
- Defined in:
- lib/v/adapters/git/remotes.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
Instance Attribute Details
#name ⇒ Object (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
#commits ⇒ Object
12 13 |
# File 'lib/v/adapters/git/remotes.rb', line 12 def commits end |
#fetch ⇒ Object
6 7 |
# File 'lib/v/adapters/git/remotes.rb', line 6 def fetch end |
#head ⇒ Object
14 15 |
# File 'lib/v/adapters/git/remotes.rb', line 14 def head end |
#pull ⇒ Object
10 11 |
# File 'lib/v/adapters/git/remotes.rb', line 10 def pull end |
#push ⇒ Object
8 9 |
# File 'lib/v/adapters/git/remotes.rb', line 8 def push end |