Class: CommandTower::Messaging::Endpoints::MarkVerified

Inherits:
Object
  • Object
show all
Defined in:
app/services/command_tower/messaging/endpoints/mark_verified.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/mark_verified.rb', line 7

def self.call(owner_user_id:, endpoint_id:)
  VerificationTransition.call(owner_user_id:, endpoint_id:, to: "verified")
end