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
136 137 138 |
# File 'lib/oxidized/node.rb', line 136 def end @end end |
#start ⇒ Object
Returns the value of attribute start
136 137 138 |
# File 'lib/oxidized/node.rb', line 136 def start @start end |
#status ⇒ Object
Returns the value of attribute status
136 137 138 |
# File 'lib/oxidized/node.rb', line 136 def status @status end |
#time ⇒ Object
Returns the value of attribute time
136 137 138 |
# File 'lib/oxidized/node.rb', line 136 def time @time end |