Class: RunThisAsync::ActiveRecordPointer
- Inherits:
-
Struct
- Object
- Struct
- RunThisAsync::ActiveRecordPointer
- Defined in:
- lib/run_this_async/callee/active_record_pointer.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#klass ⇒ Object
Returns the value of attribute klass.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
6 7 8 |
# File 'lib/run_this_async/callee/active_record_pointer.rb', line 6 def id @id end |
#klass ⇒ Object
Returns the value of attribute klass
6 7 8 |
# File 'lib/run_this_async/callee/active_record_pointer.rb', line 6 def klass @klass end |