Module: Whatsapp::BusinessPhoneNumber::Transport

Includes:
PathBuilding
Included in:
Account::Get, Account::Update, Deregister, Profile::Get, Profile::Update, Register, RequestCode, VerifyCode
Defined in:
lib/ruby/whatsapp/business_phone_number/transport.rb

Overview

The one piece shared by Register, Deregister, RequestCode, VerifyCode, and Profile: all of them address a phone-number-scoped edge, differing only in edge name and body. Extended (not included) because #edge_path is used from class-level .call methods (as a private class method).

The guard itself and its message live in PathBuilding, shared with every other ID-scoped feature; what stays here is the ID this module addresses.