Class: Twilio::REST::Pricing::Number

Inherits:
InstanceResource show all
Defined in:
lib/twilio-ruby/rest/pricing/voice/numbers.rb

Instance Method Summary collapse

Methods inherited from InstanceResource

#delete, #inspect, #method_missing, #refresh, #update

Methods included from Utils

#detwilify, #twilify

Constructor Details

#initialize(path, client) ⇒ Number

Returns a new instance of Number.



12
13
14
15
# File 'lib/twilio-ruby/rest/pricing/voice/numbers.rb', line 12

def initialize(path, client)
  super
  @submodule = :Pricing
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Twilio::REST::InstanceResource