Class: RailsWayback::Git::Reference
- Inherits:
-
Struct
- Object
- Struct
- RailsWayback::Git::Reference
- Defined in:
- lib/rails_wayback/git.rb
Instance Attribute Summary collapse
-
#full_name ⇒ Object
Returns the value of attribute full_name.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#label ⇒ Object
Returns the value of attribute label.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#full_name ⇒ Object
Returns the value of attribute full_name
17 18 19 |
# File 'lib/rails_wayback/git.rb', line 17 def full_name @full_name end |
#kind ⇒ Object
Returns the value of attribute kind
17 18 19 |
# File 'lib/rails_wayback/git.rb', line 17 def kind @kind end |
#label ⇒ Object
Returns the value of attribute label
17 18 19 |
# File 'lib/rails_wayback/git.rb', line 17 def label @label end |
#name ⇒ Object
Returns the value of attribute name
17 18 19 |
# File 'lib/rails_wayback/git.rb', line 17 def name @name end |