Method: Twilio::REST::Messaging::V1::DeactivationsContext#initialize
- Defined in:
- lib/twilio-ruby/rest/messaging/v1/deactivations.rb
#initialize(version) ⇒ DeactivationsContext
Initialize the DeactivationsContext
49 50 51 52 53 54 55 56 57 58 |
# File 'lib/twilio-ruby/rest/messaging/v1/deactivations.rb', line 49 def initialize(version) super(version) # Path Solution @solution = { } @uri = "/Deactivations" end |