Class: SolidObjects::Doctor::ProbeActor

Inherits:
Actor
  • Object
show all
Defined in:
lib/solid_objects/doctor.rb,
sig/generated/lib/solid_objects/doctor.rbs

Instance Attribute Summary

Attributes inherited from Actor

#actor_id, #commit_action_intents, #effect_intents, #outbound_message_intents, #reminder_intents, #state

Instance Method Summary collapse

Methods inherited from Actor

#activate, actor_type, attribute, #commit_action, #current_message, #deactivate, definition, #discard_intents, #drain_commit_action_intents, #drain_effect_intents, #drain_outbound_message_intents, #drain_reminder_intents, #emit, ensure_registered!, #guard_application_writes, inherited, #initialize, #invoke, #keyword_arguments, message, migrate_state, observable, #observable_value, #observable_values, on_activate, on_deactivate, query, ref, #reject, #schedule, #send_to, #stage_outbound_message, state_version, #validate_effect_callback!

Constructor Details

This class inherits a constructor from SolidObjects::Actor

Instance Method Details

#ping(value:) ⇒ String

RBS:

  • (value: String) -> String

Parameters:

  • value: (String)

Returns:

  • (String)


89
90
91
# File 'lib/solid_objects/doctor.rb', line 89

def ping(value:)
  value
end