Class: Esp::Vcs::Change

Inherits:
Struct
  • Object
show all
Defined in:
lib/esp/vcs.rb

Instance Attribute Summary collapse

Instance Attribute Details

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



15
16
17
# File 'lib/esp/vcs.rb', line 15

def path
  @path
end

#stagedObject

Returns the value of attribute staged

Returns:

  • (Object)

    the current value of staged



15
16
17
# File 'lib/esp/vcs.rb', line 15

def staged
  @staged
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



15
16
17
# File 'lib/esp/vcs.rb', line 15

def status
  @status
end