Method: PhoneComClient::CreateSmsParams#text
- Defined in:
- lib/phone_com_client/models/create_sms_params.rb
#text ⇒ Object
Text body of the outgoing SMS message. Maximum 160 characters per message.
24 25 26 |
# File 'lib/phone_com_client/models/create_sms_params.rb', line 24 def text @text end |