Class: Oxidized::Node::JobStruct
- Inherits:
-
Struct
- Object
- Struct
- Oxidized::Node::JobStruct
- Defined in:
- lib/oxidized/node.rb
Instance Attribute Summary collapse
-
#end ⇒ Object
Returns the value of attribute end.
-
#start ⇒ Object
Returns the value of attribute start.
-
#status ⇒ Object
Returns the value of attribute status.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Attribute Details
#end ⇒ Object
Returns the value of attribute end
135 136 137 |
# File 'lib/oxidized/node.rb', line 135 def end @end end |
#start ⇒ Object
Returns the value of attribute start
135 136 137 |
# File 'lib/oxidized/node.rb', line 135 def start @start end |
#status ⇒ Object
Returns the value of attribute status
135 136 137 |
# File 'lib/oxidized/node.rb', line 135 def status @status end |
#time ⇒ Object
Returns the value of attribute time
135 136 137 |
# File 'lib/oxidized/node.rb', line 135 def time @time end |