Method: Omnes::PublicationContext#initialize
- Defined in:
- lib/omnes/publication_context.rb
#initialize(caller_location:, time:) ⇒ PublicationContext
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of PublicationContext.
26 27 28 29 |
# File 'lib/omnes/publication_context.rb', line 26 def initialize(caller_location:, time:) @caller_location = caller_location @time = time end |