Method: Plivo::Resources::IdentityInterface#initialize

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

#initialize(client, resource_list_json = nil) ⇒ IdentityInterface

Returns a new instance of IdentityInterface.



109
110
111
112
113
114
# File 'lib/plivo/resources/identities.rb', line 109

def initialize(client, resource_list_json = nil)
  @_name = 'Verification/Identity'
  @_resource_type = Identity
  @_identifier_string = 'id'
  super
end