Class: RIM::GitSession::ChangedFile
- Inherits:
-
Struct
- Object
- Struct
- RIM::GitSession::ChangedFile
- Defined in:
- lib/rim/git.rb
Instance Attribute Summary collapse
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#kind ⇒ Object
Returns the value of attribute kind
224 225 226 |
# File 'lib/rim/git.rb', line 224 def kind @kind end |
#path ⇒ Object
Returns the value of attribute path
224 225 226 |
# File 'lib/rim/git.rb', line 224 def path @path end |