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
243 244 245 |
# File 'lib/rim/git.rb', line 243 def kind @kind end |
#path ⇒ Object
Returns the value of attribute path
243 244 245 |
# File 'lib/rim/git.rb', line 243 def path @path end |