Class: RunThisAsync::ActiveRecordPointer

Inherits:
Struct
  • Object
show all
Defined in:
lib/run_this_async/callee/active_record_pointer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



6
7
8
# File 'lib/run_this_async/callee/active_record_pointer.rb', line 6

def id
  @id
end

#klassObject

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



6
7
8
# File 'lib/run_this_async/callee/active_record_pointer.rb', line 6

def klass
  @klass
end