Module: IORequest::Utility::WithID
- Included in:
- Message
- Defined in:
- lib/io_request/utility/with_id.rb
Overview
Adds special method to return object ID.
Instance Method Summary collapse
-
#__with_id__extended_id ⇒ Object
(also: #extended_id)
Identifies object in thread and process.
Instance Method Details
#__with_id__extended_id ⇒ Object Also known as: extended_id
Identifies object in thread and process.
54 55 56 |
# File 'lib/io_request/utility/with_id.rb', line 54 def __with_id__extended_id @__with_id__extended_id ||= ExtendedID.new end |