Method: Twilio::REST::Verify::V2::ServiceContext::RateLimitInstance#context
- Defined in:
- lib/twilio-ruby/rest/verify/v2/service/rate_limit.rb
#context ⇒ RateLimitContext
Generate an instance context for the instance, the context is capable of performing various actions. All instance actions are proxied to the context
582 583 584 585 586 587 |
# File 'lib/twilio-ruby/rest/verify/v2/service/rate_limit.rb', line 582 def context unless @instance_context @instance_context = RateLimitContext.new(@version , @params['service_sid'], @params['sid']) end @instance_context end |