Method: Plivo::Resources::NumberInterface#initialize

Defined in:
lib/plivo/resources/numbers.rb

#initialize(client, resource_list_json = nil) ⇒ NumberInterface

Returns a new instance of NumberInterface.



184
185
186
187
188
189
# File 'lib/plivo/resources/numbers.rb', line 184

def initialize(client, resource_list_json = nil)
  @_name = 'Number'
  @_resource_type = Number
  @_identifier_string = 'number'
  super
end