Class: Qpid::Proton::Schedule::Entry

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

Instance Attribute Summary collapse

Instance Attribute Details

#itemObject

Returns the value of attribute item

Returns:

  • (Object)

    the current value of item



33
34
35
# File 'lib/util/schedule.rb', line 33

def item
  @item
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



33
34
35
# File 'lib/util/schedule.rb', line 33

def time
  @time
end