class Nexmo::Client
- Nexmo::Client
- Reference
- Object
Defined in:
nexmo.crConstructors
Instance Method Summary
- #api_key : String?
- #api_secret : String?
- #send_sms(message : String, from : String, to : String, fake : Bool | Nil = false, **opts)
Constructor Detail
Instance Method Detail
def send_sms(message : String, from : String, to : String, fake : Bool | Nil = false, **opts)
#