Class: MaybeLater::Callback

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

Instance Attribute Summary collapse

Instance Attribute Details

#callableObject

Returns the value of attribute callable

Returns:

  • (Object)

    the current value of callable


2
3
4
# File 'lib/maybe_later/queues_callback.rb', line 2

def callable
  @callable
end

#inlineObject

Returns the value of attribute inline

Returns:

  • (Object)

    the current value of inline


2
3
4
# File 'lib/maybe_later/queues_callback.rb', line 2

def inline
  @inline
end