lib/twilio-ruby/rest/trusthub/v1/customer_profiles.rb in twilio-ruby-6.0.0 vs lib/twilio-ruby/rest/trusthub/v1/customer_profiles.rb in twilio-ruby-6.0.1

- old
+ new

@@ -253,11 +253,11 @@ return CustomerProfilesChannelEndpointAssignmentContext.new(@version, @solution[:sid],sid ) end unless @customer_profiles_channel_endpoint_assignment @customer_profiles_channel_endpoint_assignment = CustomerProfilesChannelEndpointAssignmentList.new( - @version, customer_profile_sid: @solution[:sid], ) + @version, customer_profile_sid: @solution[:sid], ) end @customer_profiles_channel_endpoint_assignment end ## @@ -272,11 +272,11 @@ return CustomerProfilesEntityAssignmentsContext.new(@version, @solution[:sid],sid ) end unless @customer_profiles_entity_assignments @customer_profiles_entity_assignments = CustomerProfilesEntityAssignmentsList.new( - @version, customer_profile_sid: @solution[:sid], ) + @version, customer_profile_sid: @solution[:sid], ) end @customer_profiles_entity_assignments end ## @@ -291,10 +291,10 @@ return CustomerProfilesEvaluationsContext.new(@version, @solution[:sid],sid ) end unless @customer_profiles_evaluations @customer_profiles_evaluations = CustomerProfilesEvaluationsList.new( - @version, customer_profile_sid: @solution[:sid], ) + @version, customer_profile_sid: @solution[:sid], ) end @customer_profiles_evaluations end