Class: Abid::Waiter::Entry
- Inherits:
-
Struct
- Object
- Struct
- Abid::Waiter::Entry
- Defined in:
- lib/abid/waiter.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#interval ⇒ Object
Returns the value of attribute interval.
-
#ivar ⇒ Object
Returns the value of attribute ivar.
-
#next_time ⇒ Object
Returns the value of attribute next_time.
-
#start_time ⇒ Object
Returns the value of attribute start_time.
-
#timeout ⇒ Object
Returns the value of attribute timeout.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
4 5 6 |
# File 'lib/abid/waiter.rb', line 4 def block @block end |
#interval ⇒ Object
Returns the value of attribute interval
4 5 6 |
# File 'lib/abid/waiter.rb', line 4 def interval @interval end |
#ivar ⇒ Object
Returns the value of attribute ivar
4 5 6 |
# File 'lib/abid/waiter.rb', line 4 def ivar @ivar end |
#next_time ⇒ Object
Returns the value of attribute next_time
4 5 6 |
# File 'lib/abid/waiter.rb', line 4 def next_time @next_time end |
#start_time ⇒ Object
Returns the value of attribute start_time
4 5 6 |
# File 'lib/abid/waiter.rb', line 4 def start_time @start_time end |
#timeout ⇒ Object
Returns the value of attribute timeout
4 5 6 |
# File 'lib/abid/waiter.rb', line 4 def timeout @timeout end |