Class: Oxidized::Node::JobStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/oxidized/node.rb

Instance Attribute Summary collapse

Instance Attribute Details

#endObject

Returns the value of attribute end

Returns:

  • (Object)

    the current value of end



136
137
138
# File 'lib/oxidized/node.rb', line 136

def end
  @end
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



136
137
138
# File 'lib/oxidized/node.rb', line 136

def start
  @start
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



136
137
138
# File 'lib/oxidized/node.rb', line 136

def status
  @status
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



136
137
138
# File 'lib/oxidized/node.rb', line 136

def time
  @time
end