Class: Abid::Waiter::Entry

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

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



4
5
6
# File 'lib/abid/waiter.rb', line 4

def block
  @block
end

#intervalObject

Returns the value of attribute interval

Returns:

  • (Object)

    the current value of interval



4
5
6
# File 'lib/abid/waiter.rb', line 4

def interval
  @interval
end

#ivarObject

Returns the value of attribute ivar

Returns:

  • (Object)

    the current value of ivar



4
5
6
# File 'lib/abid/waiter.rb', line 4

def ivar
  @ivar
end

#next_timeObject

Returns the value of attribute next_time

Returns:

  • (Object)

    the current value of next_time



4
5
6
# File 'lib/abid/waiter.rb', line 4

def next_time
  @next_time
end

#start_timeObject

Returns the value of attribute start_time

Returns:

  • (Object)

    the current value of start_time



4
5
6
# File 'lib/abid/waiter.rb', line 4

def start_time
  @start_time
end

#timeoutObject

Returns the value of attribute timeout

Returns:

  • (Object)

    the current value of timeout



4
5
6
# File 'lib/abid/waiter.rb', line 4

def timeout
  @timeout
end