Class: MockEM::MockEM::ScheduledTasks::ScheduledTask

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

Instance Attribute Summary collapse

Instance Attribute Details

#procObject

Returns the value of attribute proc

Returns:

  • (Object)

    the current value of proc



154
155
156
# File 'lib/mock_em/mock_em.rb', line 154

def proc
  @proc
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



154
155
156
# File 'lib/mock_em/mock_em.rb', line 154

def timestamp
  @timestamp
end