Class: Twilio::REST::Proxy
- Defined in:
- lib/twilio-ruby/rest/proxy.rb,
lib/twilio-ruby/rest/proxy/v1.rb,
lib/twilio-ruby/rest/proxy/v1/service.rb,
lib/twilio-ruby/rest/proxy/v1/service/session.rb,
lib/twilio-ruby/rest/proxy/v1/service/short_code.rb,
lib/twilio-ruby/rest/proxy/v1/service/phone_number.rb,
lib/twilio-ruby/rest/proxy/v1/service/session/interaction.rb,
lib/twilio-ruby/rest/proxy/v1/service/session/participant.rb,
lib/twilio-ruby/rest/proxy/v1/service/session/participant/message_interaction.rb
Defined Under Namespace
Classes: V1
Instance Attribute Summary
Attributes inherited from Domain
Instance Method Summary collapse
Methods inherited from ProxyBase
Methods inherited from Domain
#absolute_url, #initialize, #request
Constructor Details
This class inherits a constructor from Twilio::REST::ProxyBase
Instance Method Details
#services(sid = :unset) ⇒ Twilio::REST::Proxy::V1::ServiceInstance, Twilio::REST::Proxy::V1::ServiceList
9 10 11 12 |
# File 'lib/twilio-ruby/rest/proxy.rb', line 9 def services(sid=:unset) warn "services is deprecated. Use v1.services instead." self.v1.services(sid) end |