Class: Elect::Processor::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/elect/processor.rb

Overview

文件结果

Instance Attribute Summary collapse

Instance Attribute Details

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



28
29
30
# File 'lib/elect/processor.rb', line 28

def path
  @path
end

#removedObject

Returns the value of attribute removed

Returns:

  • (Object)

    the current value of removed



28
29
30
# File 'lib/elect/processor.rb', line 28

def removed
  @removed
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



28
29
30
# File 'lib/elect/processor.rb', line 28

def status
  @status
end