Class: Esp::Vcs::Change
- Inherits:
-
Struct
- Object
- Struct
- Esp::Vcs::Change
- Defined in:
- lib/esp/vcs.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
-
#staged ⇒ Object
Returns the value of attribute staged.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path
15 16 17 |
# File 'lib/esp/vcs.rb', line 15 def path @path end |
#staged ⇒ Object
Returns the value of attribute staged
15 16 17 |
# File 'lib/esp/vcs.rb', line 15 def staged @staged end |
#status ⇒ Object
Returns the value of attribute status
15 16 17 |
# File 'lib/esp/vcs.rb', line 15 def status @status end |