Class: Telnyx::Resources::Messaging
- Inherits:
-
Object
- Object
- Telnyx::Resources::Messaging
- Defined in:
- lib/telnyx/resources/messaging.rb,
lib/telnyx/resources/messaging/rcs.rb,
lib/telnyx/resources/messaging/rcs/agents.rb
Defined Under Namespace
Classes: Rcs
Instance Attribute Summary collapse
-
#rcs ⇒ Telnyx::Resources::Messaging::Rcs
readonly
Send RCS messages.
Instance Method Summary collapse
-
#initialize(client:) ⇒ Messaging
constructor
private
A new instance of Messaging.
Constructor Details
#initialize(client:) ⇒ Messaging
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of Messaging.
13 14 15 16 |
# File 'lib/telnyx/resources/messaging.rb', line 13 def initialize(client:) @client = client @rcs = Telnyx::Resources::Messaging::Rcs.new(client: client) end |
Instance Attribute Details
#rcs ⇒ Telnyx::Resources::Messaging::Rcs (readonly)
Send RCS messages
8 9 10 |
# File 'lib/telnyx/resources/messaging.rb', line 8 def rcs @rcs end |