Class: CommandTower::Messaging::Endpoints::BeginVerification
- Inherits:
-
Object
- Object
- CommandTower::Messaging::Endpoints::BeginVerification
- Defined in:
- app/services/command_tower/messaging/endpoints/begin_verification.rb
Class Method Summary collapse
Class Method Details
.call(owner_user_id:, endpoint_id:) ⇒ Object
7 8 9 |
# File 'app/services/command_tower/messaging/endpoints/begin_verification.rb', line 7 def self.call(owner_user_id:, endpoint_id:) VerificationTransition.call(owner_user_id:, endpoint_id:, to: "pending") end |