Skip to content

Commit

Permalink
endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-plivo committed May 6, 2024
1 parent 8c4772d commit c048276
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/plivo/resources/maskingsession.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Resources
include Plivo::Utils
class MaskingSession < Base::Resource
def initialize(client, options = nil)
@_name = 'MaskingSession'
@_name = 'Session'
@_identifier_string = 'session_uuid'
super
@_is_voice_request = true
Expand Down Expand Up @@ -78,7 +78,7 @@ def to_s
# @!method list
class MaskingSessionInterface < Base::ResourceInterface
def initialize(client, resource_list_json = nil)
@_name = 'MaskingSession'
@_name = 'Session'
@_resource_type = MaskingSession
@_identifier_string = 'session_uuid'
super
Expand Down

0 comments on commit c048276

Please sign in to comment.