Method: Twilio::REST::FlexApi::V1::InteractionContext::InteractionChannelContext::InteractionChannelInvitePage#initialize

Defined in:
lib/twilio-ruby/rest/flex_api/v1/interaction/interaction_channel/interaction_channel_invite.rb

#initialize(version, response, solution) ⇒ InteractionChannelInvitePage

Initialize the InteractionChannelInvitePage

Parameters:

  • version (Version)

    Version that contains the resource

  • response (Response)

    Response from the API

  • solution (Hash)

    Path solution for the resource



222
223
224
225
226
227
228
# File 'lib/twilio-ruby/rest/flex_api/v1/interaction/interaction_channel/interaction_channel_invite.rb', line 222

def initialize(version, response, solution)
    super(version, response)
    

    # Path Solution
    @solution = solution
end