Class: Elect::Processor::Result
- Inherits:
-
Struct
- Object
- Struct
- Elect::Processor::Result
- Defined in:
- lib/elect/processor.rb
Overview
文件结果
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
-
#removed ⇒ Object
Returns the value of attribute removed.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path
28 29 30 |
# File 'lib/elect/processor.rb', line 28 def path @path end |
#removed ⇒ Object
Returns the value of attribute removed
28 29 30 |
# File 'lib/elect/processor.rb', line 28 def removed @removed end |
#status ⇒ Object
Returns the value of attribute status
28 29 30 |
# File 'lib/elect/processor.rb', line 28 def status @status end |