Method: Twilio::REST::Wireless::V1::SimContext::DataSessionPage#initialize

Defined in:
lib/twilio-ruby/rest/wireless/v1/sim/data_session.rb

#initialize(version, response, solution) ⇒ DataSessionPage

Initialize the DataSessionPage

Parameters:

  • version (Version)

    Version that contains the resource

  • response (Response)

    Response from the API

  • solution (Hash)

    Path solution for the resource



138
139
140
141
142
143
# File 'lib/twilio-ruby/rest/wireless/v1/sim/data_session.rb', line 138

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

    # Path Solution
    @solution = solution
end