twilio-ruby 5.4.2 → 5.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGES.md +7 -0
- data/README.md +2 -2
- data/lib/twilio-ruby/rest/accounts/v1/credential.rb +3 -11
- data/lib/twilio-ruby/rest/accounts/v1/credential/public_key.rb +12 -44
- data/lib/twilio-ruby/rest/api/v2010/account.rb +52 -226
- data/lib/twilio-ruby/rest/api/v2010/account/address.rb +9 -41
- data/lib/twilio-ruby/rest/api/v2010/account/address/dependent_phone_number.rb +4 -14
- data/lib/twilio-ruby/rest/api/v2010/account/application.rb +11 -50
- data/lib/twilio-ruby/rest/api/v2010/account/authorized_connect_app.rb +6 -22
- data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number.rb +6 -22
- data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/local.rb +2 -7
- data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/mobile.rb +2 -7
- data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/toll_free.rb +2 -7
- data/lib/twilio-ruby/rest/api/v2010/account/call.rb +14 -67
- data/lib/twilio-ruby/rest/api/v2010/account/call/feedback.rb +8 -33
- data/lib/twilio-ruby/rest/api/v2010/account/call/feedback_summary.rb +6 -26
- data/lib/twilio-ruby/rest/api/v2010/account/call/notification.rb +4 -17
- data/lib/twilio-ruby/rest/api/v2010/account/call/recording.rb +4 -17
- data/lib/twilio-ruby/rest/api/v2010/account/conference.rb +11 -48
- data/lib/twilio-ruby/rest/api/v2010/account/conference/participant.rb +5 -23
- data/lib/twilio-ruby/rest/api/v2010/account/connect_app.rb +10 -43
- data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number.rb +11 -47
- data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/assigned_add_on.rb +6 -22
- data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/assigned_add_on/assigned_add_on_extension.rb +3 -10
- data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/local.rb +4 -16
- data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/mobile.rb +4 -16
- data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/toll_free.rb +4 -16
- data/lib/twilio-ruby/rest/api/v2010/account/key.rb +12 -49
- data/lib/twilio-ruby/rest/api/v2010/account/message.rb +13 -58
- data/lib/twilio-ruby/rest/api/v2010/account/message/feedback.rb +2 -7
- data/lib/twilio-ruby/rest/api/v2010/account/message/media.rb +3 -12
- data/lib/twilio-ruby/rest/api/v2010/account/new_key.rb +4 -16
- data/lib/twilio-ruby/rest/api/v2010/account/new_signing_key.rb +4 -16
- data/lib/twilio-ruby/rest/api/v2010/account/notification.rb +7 -30
- data/lib/twilio-ruby/rest/api/v2010/account/outgoing_caller_id.rb +8 -30
- data/lib/twilio-ruby/rest/api/v2010/account/queue.rb +16 -71
- data/lib/twilio-ruby/rest/api/v2010/account/queue/member.rb +7 -27
- data/lib/twilio-ruby/rest/api/v2010/account/recording.rb +9 -42
- data/lib/twilio-ruby/rest/api/v2010/account/recording/add_on_result.rb +5 -19
- data/lib/twilio-ruby/rest/api/v2010/account/recording/add_on_result/payload.rb +3 -10
- data/lib/twilio-ruby/rest/api/v2010/account/recording/transcription.rb +5 -19
- data/lib/twilio-ruby/rest/api/v2010/account/short_code.rb +9 -41
- data/lib/twilio-ruby/rest/api/v2010/account/signing_key.rb +12 -49
- data/lib/twilio-ruby/rest/api/v2010/account/sip.rb +8 -35
- data/lib/twilio-ruby/rest/api/v2010/account/sip/credential_list.rb +13 -51
- data/lib/twilio-ruby/rest/api/v2010/account/sip/credential_list/credential.rb +8 -29
- data/lib/twilio-ruby/rest/api/v2010/account/sip/domain.rb +13 -60
- data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/credential_list_mapping.rb +6 -22
- data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/ip_access_control_list_mapping.rb +6 -22
- data/lib/twilio-ruby/rest/api/v2010/account/sip/ip_access_control_list.rb +13 -51
- data/lib/twilio-ruby/rest/api/v2010/account/sip/ip_access_control_list/ip_address.rb +7 -26
- data/lib/twilio-ruby/rest/api/v2010/account/token.rb +4 -16
- data/lib/twilio-ruby/rest/api/v2010/account/transcription.rb +8 -31
- data/lib/twilio-ruby/rest/api/v2010/account/usage.rb +5 -21
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record.rb +11 -43
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record/all_time.rb +3 -11
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record/daily.rb +3 -11
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record/last_month.rb +3 -11
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record/monthly.rb +3 -11
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record/this_month.rb +3 -11
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record/today.rb +3 -11
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record/yearly.rb +3 -11
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record/yesterday.rb +3 -11
- data/lib/twilio-ruby/rest/api/v2010/account/usage/trigger.rb +9 -41
- data/lib/twilio-ruby/rest/api/v2010/account/validation_request.rb +3 -13
- data/lib/twilio-ruby/rest/chat/v1/credential.rb +10 -38
- data/lib/twilio-ruby/rest/chat/v1/service.rb +17 -68
- data/lib/twilio-ruby/rest/chat/v1/service/channel.rb +15 -73
- data/lib/twilio-ruby/rest/chat/v1/service/channel/invite.rb +6 -25
- data/lib/twilio-ruby/rest/chat/v1/service/channel/member.rb +7 -29
- data/lib/twilio-ruby/rest/chat/v1/service/channel/message.rb +8 -34
- data/lib/twilio-ruby/rest/chat/v1/service/role.rb +13 -54
- data/lib/twilio-ruby/rest/chat/v1/service/user.rb +12 -53
- data/lib/twilio-ruby/rest/chat/v1/service/user/user_channel.rb +4 -14
- data/lib/twilio-ruby/rest/chat/v2/credential.rb +10 -38
- data/lib/twilio-ruby/rest/chat/v2/service.rb +43 -68
- data/lib/twilio-ruby/rest/chat/v2/service/binding.rb +344 -0
- data/lib/twilio-ruby/rest/chat/v2/service/channel.rb +14 -68
- data/lib/twilio-ruby/rest/chat/v2/service/channel/invite.rb +6 -25
- data/lib/twilio-ruby/rest/chat/v2/service/channel/member.rb +5 -21
- data/lib/twilio-ruby/rest/chat/v2/service/channel/message.rb +5 -21
- data/lib/twilio-ruby/rest/chat/v2/service/role.rb +13 -54
- data/lib/twilio-ruby/rest/chat/v2/service/user.rb +42 -53
- data/lib/twilio-ruby/rest/chat/v2/service/user/user_binding.rb +361 -0
- data/lib/twilio-ruby/rest/chat/v2/service/user/user_channel.rb +4 -14
- data/lib/twilio-ruby/rest/fax/v1/fax.rb +12 -46
- data/lib/twilio-ruby/rest/fax/v1/fax/fax_media.rb +9 -37
- data/lib/twilio-ruby/rest/ip_messaging/v1/credential.rb +10 -38
- data/lib/twilio-ruby/rest/ip_messaging/v1/service.rb +17 -68
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel.rb +15 -73
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/invite.rb +6 -25
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/member.rb +7 -29
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/message.rb +8 -34
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/role.rb +13 -54
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/user.rb +12 -53
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/user/user_channel.rb +4 -14
- data/lib/twilio-ruby/rest/ip_messaging/v2/credential.rb +10 -38
- data/lib/twilio-ruby/rest/ip_messaging/v2/service.rb +43 -68
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/binding.rb +344 -0
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel.rb +14 -68
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/invite.rb +6 -25
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/member.rb +5 -21
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/message.rb +5 -21
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/role.rb +13 -54
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/user.rb +42 -53
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/user/user_binding.rb +361 -0
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/user/user_channel.rb +4 -14
- data/lib/twilio-ruby/rest/lookups/v1/phone_number.rb +7 -30
- data/lib/twilio-ruby/rest/messaging/v1/service.rb +16 -65
- data/lib/twilio-ruby/rest/messaging/v1/service/alpha_sender.rb +11 -45
- data/lib/twilio-ruby/rest/messaging/v1/service/phone_number.rb +11 -45
- data/lib/twilio-ruby/rest/messaging/v1/service/short_code.rb +11 -45
- data/lib/twilio-ruby/rest/monitor/v1/alert.rb +6 -22
- data/lib/twilio-ruby/rest/monitor/v1/event.rb +6 -22
- data/lib/twilio-ruby/rest/notify/v1/credential.rb +10 -38
- data/lib/twilio-ruby/rest/notify/v1/service.rb +16 -66
- data/lib/twilio-ruby/rest/notify/v1/service/binding.rb +8 -35
- data/lib/twilio-ruby/rest/notify/v1/service/notification.rb +3 -13
- data/lib/twilio-ruby/rest/notify/v1/service/segment.rb +5 -18
- data/lib/twilio-ruby/rest/notify/v1/service/user.rb +12 -56
- data/lib/twilio-ruby/rest/notify/v1/service/user/segment_memberships.rb +3 -12
- data/lib/twilio-ruby/rest/notify/v1/service/user/user_binding.rb +5 -23
- data/lib/twilio-ruby/rest/preview/acc_security/service.rb +15 -58
- data/lib/twilio-ruby/rest/preview/acc_security/service/verification.rb +4 -18
- data/lib/twilio-ruby/rest/preview/acc_security/service/verification_check.rb +4 -17
- data/lib/twilio-ruby/rest/preview/bulk_exports/export.rb +6 -23
- data/lib/twilio-ruby/rest/preview/bulk_exports/export/day.rb +5 -18
- data/lib/twilio-ruby/rest/preview/bulk_exports/export_configuration.rb +7 -29
- data/lib/twilio-ruby/rest/preview/deployed_devices/fleet.rb +20 -81
- data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/certificate.rb +13 -58
- data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/deployment.rb +14 -60
- data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/device.rb +11 -50
- data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/key.rb +14 -62
- data/lib/twilio-ruby/rest/preview/hosted_numbers/authorization_document.rb +10 -38
- data/lib/twilio-ruby/rest/preview/hosted_numbers/hosted_number_order.rb +8 -31
- data/lib/twilio-ruby/rest/preview/marketplace/available_add_on.rb +10 -38
- data/lib/twilio-ruby/rest/preview/marketplace/available_add_on/available_add_on_extension.rb +6 -21
- data/lib/twilio-ruby/rest/preview/marketplace/installed_add_on.rb +13 -51
- data/lib/twilio-ruby/rest/preview/marketplace/installed_add_on/installed_add_on_extension.rb +8 -27
- data/lib/twilio-ruby/rest/preview/proxy/service.rb +17 -70
- data/lib/twilio-ruby/rest/preview/proxy/service/phone_number.rb +11 -45
- data/lib/twilio-ruby/rest/preview/proxy/service/session.rb +14 -70
- data/lib/twilio-ruby/rest/preview/proxy/service/session/interaction.rb +3 -12
- data/lib/twilio-ruby/rest/preview/proxy/service/session/participant.rb +3 -12
- data/lib/twilio-ruby/rest/preview/proxy/service/session/participant/message_interaction.rb +5 -19
- data/lib/twilio-ruby/rest/preview/proxy/service/short_code.rb +11 -45
- data/lib/twilio-ruby/rest/preview/sync/service.rb +16 -65
- data/lib/twilio-ruby/rest/preview/sync/service/document.rb +15 -64
- data/lib/twilio-ruby/rest/preview/sync/service/document/document_permission.rb +7 -29
- data/lib/twilio-ruby/rest/preview/sync/service/sync_list.rb +13 -57
- data/lib/twilio-ruby/rest/preview/sync/service/sync_list/sync_list_item.rb +8 -34
- data/lib/twilio-ruby/rest/preview/sync/service/sync_list/sync_list_permission.rb +7 -29
- data/lib/twilio-ruby/rest/preview/sync/service/sync_map.rb +13 -57
- data/lib/twilio-ruby/rest/preview/sync/service/sync_map/sync_map_item.rb +9 -40
- data/lib/twilio-ruby/rest/preview/sync/service/sync_map/sync_map_permission.rb +7 -29
- data/lib/twilio-ruby/rest/preview/wireless/command.rb +7 -26
- data/lib/twilio-ruby/rest/preview/wireless/rate_plan.rb +12 -46
- data/lib/twilio-ruby/rest/preview/wireless/sim.rb +8 -31
- data/lib/twilio-ruby/rest/preview/wireless/sim/usage.rb +8 -31
- data/lib/twilio-ruby/rest/pricing/v1/messaging.rb +4 -16
- data/lib/twilio-ruby/rest/pricing/v1/messaging/country.rb +8 -29
- data/lib/twilio-ruby/rest/pricing/v1/phone_number.rb +4 -16
- data/lib/twilio-ruby/rest/pricing/v1/phone_number/country.rb +8 -29
- data/lib/twilio-ruby/rest/pricing/v1/voice.rb +6 -23
- data/lib/twilio-ruby/rest/pricing/v1/voice/country.rb +8 -29
- data/lib/twilio-ruby/rest/pricing/v1/voice/number.rb +5 -19
- data/lib/twilio-ruby/rest/proxy/v1/service.rb +17 -70
- data/lib/twilio-ruby/rest/proxy/v1/service/phone_number.rb +11 -45
- data/lib/twilio-ruby/rest/proxy/v1/service/session.rb +13 -64
- data/lib/twilio-ruby/rest/proxy/v1/service/session/interaction.rb +3 -12
- data/lib/twilio-ruby/rest/proxy/v1/service/session/participant.rb +3 -12
- data/lib/twilio-ruby/rest/proxy/v1/service/session/participant/message_interaction.rb +5 -19
- data/lib/twilio-ruby/rest/proxy/v1/service/short_code.rb +11 -45
- data/lib/twilio-ruby/rest/sync/v1/service.rb +18 -74
- data/lib/twilio-ruby/rest/sync/v1/service/document.rb +15 -64
- data/lib/twilio-ruby/rest/sync/v1/service/document/document_permission.rb +7 -29
- data/lib/twilio-ruby/rest/sync/v1/service/sync_list.rb +13 -57
- data/lib/twilio-ruby/rest/sync/v1/service/sync_list/sync_list_item.rb +8 -34
- data/lib/twilio-ruby/rest/sync/v1/service/sync_list/sync_list_permission.rb +7 -29
- data/lib/twilio-ruby/rest/sync/v1/service/sync_map.rb +13 -57
- data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_item.rb +9 -40
- data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_permission.rb +7 -29
- data/lib/twilio-ruby/rest/sync/v1/service/sync_stream.rb +11 -45
- data/lib/twilio-ruby/rest/sync/v1/service/sync_stream/stream_message.rb +3 -11
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace.rb +27 -115
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/activity.rb +13 -56
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/event.rb +7 -30
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task.rb +10 -47
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task/reservation.rb +5 -21
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_channel.rb +8 -31
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue.rb +11 -48
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_cumulative_statistics.rb +3 -12
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_real_time_statistics.rb +5 -18
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_statistics.rb +3 -12
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queues_statistics.rb +3 -11
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker.rb +17 -79
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/reservation.rb +5 -21
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/worker_channel.rb +7 -27
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/worker_statistics.rb +4 -18
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_cumulative_statistics.rb +7 -29
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_real_time_statistics.rb +8 -29
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_statistics.rb +6 -23
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow.rb +14 -65
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow/workflow_cumulative_statistics.rb +3 -12
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow/workflow_real_time_statistics.rb +5 -18
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow/workflow_statistics.rb +3 -12
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_cumulative_statistics.rb +6 -23
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_real_time_statistics.rb +8 -29
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_statistics.rb +6 -23
- data/lib/twilio-ruby/rest/trunking/v1/trunk.rb +18 -74
- data/lib/twilio-ruby/rest/trunking/v1/trunk/credential_list.rb +11 -45
- data/lib/twilio-ruby/rest/trunking/v1/trunk/ip_access_control_list.rb +10 -39
- data/lib/twilio-ruby/rest/trunking/v1/trunk/origination_url.rb +11 -48
- data/lib/twilio-ruby/rest/trunking/v1/trunk/phone_number.rb +11 -45
- data/lib/twilio-ruby/rest/video/v1/recording.rb +6 -22
- data/lib/twilio-ruby/rest/video/v1/room.rb +12 -46
- data/lib/twilio-ruby/rest/video/v1/room/recording.rb +7 -30
- data/lib/twilio-ruby/rest/wireless/v1/command.rb +9 -39
- data/lib/twilio-ruby/rest/wireless/v1/rate_plan.rb +12 -46
- data/lib/twilio-ruby/rest/wireless/v1/sim.rb +9 -35
- data/lib/twilio-ruby/rest/wireless/v1/sim/data_session.rb +5 -22
- data/lib/twilio-ruby/rest/wireless/v1/sim/usage_record.rb +4 -17
- data/lib/twilio-ruby/version.rb +1 -1
- data/spec/integration/accounts/v1/credential/public_key_spec.rb +1 -3
- data/spec/integration/api/v2010/account/application_spec.rb +1 -3
- data/spec/integration/api/v2010/account/call/feedback_spec.rb +2 -6
- data/spec/integration/api/v2010/account/call_spec.rb +4 -11
- data/spec/integration/api/v2010/account/conference/participant_spec.rb +1 -4
- data/spec/integration/api/v2010/account/incoming_phone_number/assigned_add_on_spec.rb +1 -3
- data/spec/integration/api/v2010/account/incoming_phone_number/local_spec.rb +1 -3
- data/spec/integration/api/v2010/account/incoming_phone_number/mobile_spec.rb +1 -3
- data/spec/integration/api/v2010/account/incoming_phone_number/toll_free_spec.rb +1 -3
- data/spec/integration/api/v2010/account/message_spec.rb +2 -6
- data/spec/integration/api/v2010/account/queue/member_spec.rb +1 -4
- data/spec/integration/api/v2010/account/queue_spec.rb +1 -3
- data/spec/integration/api/v2010/account/sip/credential_list/credential_spec.rb +1 -4
- data/spec/integration/api/v2010/account/sip/credential_list_spec.rb +2 -6
- data/spec/integration/api/v2010/account/sip/domain/credential_list_mapping_spec.rb +1 -3
- data/spec/integration/api/v2010/account/sip/domain/ip_access_control_list_mapping_spec.rb +1 -3
- data/spec/integration/api/v2010/account/sip/domain_spec.rb +1 -3
- data/spec/integration/api/v2010/account/sip/ip_access_control_list/ip_address_spec.rb +1 -4
- data/spec/integration/api/v2010/account/sip/ip_access_control_list_spec.rb +2 -6
- data/spec/integration/api/v2010/account/validation_request_spec.rb +1 -3
- data/spec/integration/chat/v1/credential_spec.rb +1 -3
- data/spec/integration/chat/v1/service/channel/invite_spec.rb +1 -3
- data/spec/integration/chat/v1/service/channel/member_spec.rb +1 -3
- data/spec/integration/chat/v1/service/channel/message_spec.rb +1 -3
- data/spec/integration/chat/v1/service/role_spec.rb +2 -8
- data/spec/integration/chat/v1/service/user_spec.rb +1 -3
- data/spec/integration/chat/v1/service_spec.rb +1 -3
- data/spec/integration/chat/v2/credential_spec.rb +1 -3
- data/spec/integration/chat/v2/service/binding_spec.rb +175 -0
- data/spec/integration/chat/v2/service/channel/invite_spec.rb +1 -3
- data/spec/integration/chat/v2/service/channel/member_spec.rb +1 -3
- data/spec/integration/chat/v2/service/role_spec.rb +2 -8
- data/spec/integration/chat/v2/service/user/user_binding_spec.rb +178 -0
- data/spec/integration/chat/v2/service/user_spec.rb +9 -7
- data/spec/integration/chat/v2/service_spec.rb +9 -7
- data/spec/integration/fax/v1/fax_spec.rb +1 -4
- data/spec/integration/ip_messaging/v1/credential_spec.rb +1 -3
- data/spec/integration/ip_messaging/v1/service/channel/invite_spec.rb +1 -3
- data/spec/integration/ip_messaging/v1/service/channel/member_spec.rb +1 -3
- data/spec/integration/ip_messaging/v1/service/channel/message_spec.rb +1 -3
- data/spec/integration/ip_messaging/v1/service/role_spec.rb +2 -8
- data/spec/integration/ip_messaging/v1/service/user_spec.rb +1 -3
- data/spec/integration/ip_messaging/v1/service_spec.rb +1 -3
- data/spec/integration/ip_messaging/v2/credential_spec.rb +1 -3
- data/spec/integration/ip_messaging/v2/service/binding_spec.rb +175 -0
- data/spec/integration/ip_messaging/v2/service/channel/invite_spec.rb +1 -3
- data/spec/integration/ip_messaging/v2/service/channel/member_spec.rb +1 -3
- data/spec/integration/ip_messaging/v2/service/role_spec.rb +2 -8
- data/spec/integration/ip_messaging/v2/service/user/user_binding_spec.rb +178 -0
- data/spec/integration/ip_messaging/v2/service/user_spec.rb +9 -7
- data/spec/integration/ip_messaging/v2/service_spec.rb +9 -7
- data/spec/integration/messaging/v1/service/alpha_sender_spec.rb +1 -3
- data/spec/integration/messaging/v1/service/phone_number_spec.rb +1 -3
- data/spec/integration/messaging/v1/service/short_code_spec.rb +1 -3
- data/spec/integration/messaging/v1/service_spec.rb +1 -3
- data/spec/integration/notify/v1/credential_spec.rb +1 -3
- data/spec/integration/notify/v1/service/binding_spec.rb +1 -5
- data/spec/integration/notify/v1/service/user/segment_memberships_spec.rb +1 -3
- data/spec/integration/notify/v1/service/user/user_binding_spec.rb +1 -4
- data/spec/integration/notify/v1/service/user_spec.rb +1 -3
- data/spec/integration/preview/acc_security/service/verification_check_spec.rb +1 -3
- data/spec/integration/preview/acc_security/service/verification_spec.rb +1 -4
- data/spec/integration/preview/acc_security/service_spec.rb +1 -3
- data/spec/integration/preview/deployed_devices/fleet/certificate_spec.rb +1 -3
- data/spec/integration/preview/hosted_numbers/hosted_number_order_spec.rb +1 -5
- data/spec/integration/preview/marketplace/installed_add_on/installed_add_on_extension_spec.rb +1 -3
- data/spec/integration/preview/proxy/service/phone_number_spec.rb +1 -3
- data/spec/integration/preview/proxy/service/session/participant_spec.rb +1 -3
- data/spec/integration/preview/proxy/service/short_code_spec.rb +1 -3
- data/spec/integration/preview/sync/service/document/document_permission_spec.rb +1 -5
- data/spec/integration/preview/sync/service/document_spec.rb +1 -3
- data/spec/integration/preview/sync/service/sync_list/sync_list_item_spec.rb +2 -6
- data/spec/integration/preview/sync/service/sync_list/sync_list_permission_spec.rb +1 -5
- data/spec/integration/preview/sync/service/sync_map/sync_map_item_spec.rb +2 -7
- data/spec/integration/preview/sync/service/sync_map/sync_map_permission_spec.rb +1 -5
- data/spec/integration/preview/wireless/command_spec.rb +1 -3
- data/spec/integration/proxy/v1/service/phone_number_spec.rb +1 -3
- data/spec/integration/proxy/v1/service/session/participant_spec.rb +1 -3
- data/spec/integration/proxy/v1/service/short_code_spec.rb +1 -3
- data/spec/integration/sync/v1/service/document/document_permission_spec.rb +1 -5
- data/spec/integration/sync/v1/service/document_spec.rb +1 -3
- data/spec/integration/sync/v1/service/sync_list/sync_list_item_spec.rb +2 -6
- data/spec/integration/sync/v1/service/sync_list/sync_list_permission_spec.rb +1 -5
- data/spec/integration/sync/v1/service/sync_map/sync_map_item_spec.rb +2 -7
- data/spec/integration/sync/v1/service/sync_map/sync_map_permission_spec.rb +1 -5
- data/spec/integration/sync/v1/service/sync_stream/stream_message_spec.rb +1 -3
- data/spec/integration/taskrouter/v1/workspace/activity_spec.rb +1 -3
- data/spec/integration/taskrouter/v1/workspace/worker_spec.rb +1 -3
- data/spec/integration/taskrouter/v1/workspace/workflow_spec.rb +1 -4
- data/spec/integration/taskrouter/v1/workspace_spec.rb +1 -3
- data/spec/integration/trunking/v1/trunk/credential_list_spec.rb +1 -3
- data/spec/integration/trunking/v1/trunk/ip_access_control_list_spec.rb +1 -3
- data/spec/integration/trunking/v1/trunk/phone_number_spec.rb +1 -3
- data/spec/integration/video/v1/room_spec.rb +1 -3
- data/spec/integration/wireless/v1/command_spec.rb +1 -3
- metadata +14 -2
@@ -19,9 +19,7 @@ module Twilio
|
|
19
19
|
super(version)
|
20
20
|
|
21
21
|
# Path Solution
|
22
|
-
@solution = {
|
23
|
-
service_sid: service_sid
|
24
|
-
}
|
22
|
+
@solution = {service_sid: service_sid}
|
25
23
|
@uri = "/Services/#{@solution[:service_sid]}/Users"
|
26
24
|
end
|
27
25
|
|
@@ -47,11 +45,7 @@ module Twilio
|
|
47
45
|
data: data
|
48
46
|
)
|
49
47
|
|
50
|
-
UserInstance.new(
|
51
|
-
@version,
|
52
|
-
payload,
|
53
|
-
service_sid: @solution[:service_sid],
|
54
|
-
)
|
48
|
+
UserInstance.new(@version, payload, service_sid: @solution[:service_sid],)
|
55
49
|
end
|
56
50
|
|
57
51
|
##
|
@@ -66,10 +60,7 @@ module Twilio
|
|
66
60
|
# efficient page size, i.e. min(limit, 1000)
|
67
61
|
# @return [Array] Array of up to limit results
|
68
62
|
def list(limit: nil, page_size: nil)
|
69
|
-
self.stream(
|
70
|
-
limit: limit,
|
71
|
-
page_size: page_size
|
72
|
-
).entries
|
63
|
+
self.stream(limit: limit, page_size: page_size).entries
|
73
64
|
end
|
74
65
|
|
75
66
|
##
|
@@ -86,9 +77,7 @@ module Twilio
|
|
86
77
|
def stream(limit: nil, page_size: nil)
|
87
78
|
limits = @version.read_limits(limit, page_size)
|
88
79
|
|
89
|
-
page = self.page(
|
90
|
-
page_size: limits[:page_size],
|
91
|
-
)
|
80
|
+
page = self.page(page_size: limits[:page_size],)
|
92
81
|
|
93
82
|
@version.stream(page, limit: limits[:limit], page_limit: limits[:page_limit])
|
94
83
|
end
|
@@ -100,9 +89,7 @@ module Twilio
|
|
100
89
|
def each
|
101
90
|
limits = @version.read_limits
|
102
91
|
|
103
|
-
page = self.page(
|
104
|
-
page_size: limits[:page_size],
|
105
|
-
)
|
92
|
+
page = self.page(page_size: limits[:page_size],)
|
106
93
|
|
107
94
|
@version.stream(page,
|
108
95
|
limit: limits[:limit],
|
@@ -169,11 +156,7 @@ module Twilio
|
|
169
156
|
# @param [Hash] payload Payload response from the API
|
170
157
|
# @return [UserInstance] UserInstance
|
171
158
|
def get_instance(payload)
|
172
|
-
UserInstance.new(
|
173
|
-
@version,
|
174
|
-
payload,
|
175
|
-
service_sid: @solution[:service_sid],
|
176
|
-
)
|
159
|
+
UserInstance.new(@version, payload, service_sid: @solution[:service_sid],)
|
177
160
|
end
|
178
161
|
|
179
162
|
##
|
@@ -194,14 +177,12 @@ module Twilio
|
|
194
177
|
super(version)
|
195
178
|
|
196
179
|
# Path Solution
|
197
|
-
@solution = {
|
198
|
-
service_sid: service_sid,
|
199
|
-
sid: sid,
|
200
|
-
}
|
180
|
+
@solution = {service_sid: service_sid, sid: sid,}
|
201
181
|
@uri = "/Services/#{@solution[:service_sid]}/Users/#{@solution[:sid]}"
|
202
182
|
|
203
183
|
# Dependents
|
204
184
|
@user_channels = nil
|
185
|
+
@user_bindings = nil
|
205
186
|
end
|
206
187
|
|
207
188
|
##
|
@@ -216,12 +197,7 @@ module Twilio
|
|
216
197
|
params,
|
217
198
|
)
|
218
199
|
|
219
|
-
UserInstance.new(
|
220
|
-
@version,
|
221
|
-
payload,
|
222
|
-
service_sid: @solution[:service_sid],
|
223
|
-
sid: @solution[:sid],
|
224
|
-
)
|
200
|
+
UserInstance.new(@version, payload, service_sid: @solution[:service_sid], sid: @solution[:sid],)
|
225
201
|
end
|
226
202
|
|
227
203
|
##
|
@@ -250,12 +226,7 @@ module Twilio
|
|
250
226
|
data: data,
|
251
227
|
)
|
252
228
|
|
253
|
-
UserInstance.new(
|
254
|
-
@version,
|
255
|
-
payload,
|
256
|
-
service_sid: @solution[:service_sid],
|
257
|
-
sid: @solution[:sid],
|
258
|
-
)
|
229
|
+
UserInstance.new(@version, payload, service_sid: @solution[:service_sid], sid: @solution[:sid],)
|
259
230
|
end
|
260
231
|
|
261
232
|
##
|
@@ -274,6 +245,28 @@ module Twilio
|
|
274
245
|
@user_channels
|
275
246
|
end
|
276
247
|
|
248
|
+
##
|
249
|
+
# Access the user_bindings
|
250
|
+
# @return [UserBindingList]
|
251
|
+
# @return [UserBindingContext] if sid was passed.
|
252
|
+
def user_bindings(sid=:unset)
|
253
|
+
raise ArgumentError, 'sid cannot be nil' if sid.nil?
|
254
|
+
|
255
|
+
if sid != :unset
|
256
|
+
return UserBindingContext.new(@version, @solution[:service_sid], @solution[:sid], sid,)
|
257
|
+
end
|
258
|
+
|
259
|
+
unless @user_bindings
|
260
|
+
@user_bindings = UserBindingList.new(
|
261
|
+
@version,
|
262
|
+
service_sid: @solution[:service_sid],
|
263
|
+
user_sid: @solution[:sid],
|
264
|
+
)
|
265
|
+
end
|
266
|
+
|
267
|
+
@user_bindings
|
268
|
+
end
|
269
|
+
|
277
270
|
##
|
278
271
|
# Provide a user friendly representation
|
279
272
|
def to_s
|
@@ -313,10 +306,7 @@ module Twilio
|
|
313
306
|
|
314
307
|
# Context
|
315
308
|
@instance_context = nil
|
316
|
-
@params = {
|
317
|
-
'service_sid' => service_sid,
|
318
|
-
'sid' => sid || @properties['sid'],
|
319
|
-
}
|
309
|
+
@params = {'service_sid' => service_sid, 'sid' => sid || @properties['sid'],}
|
320
310
|
end
|
321
311
|
|
322
312
|
##
|
@@ -325,11 +315,7 @@ module Twilio
|
|
325
315
|
# @return [UserContext] UserContext for this UserInstance
|
326
316
|
def context
|
327
317
|
unless @instance_context
|
328
|
-
@instance_context = UserContext.new(
|
329
|
-
@version,
|
330
|
-
@params['service_sid'],
|
331
|
-
@params['sid'],
|
332
|
-
)
|
318
|
+
@instance_context = UserContext.new(@version, @params['service_sid'], @params['sid'],)
|
333
319
|
end
|
334
320
|
@instance_context
|
335
321
|
end
|
@@ -439,11 +425,7 @@ module Twilio
|
|
439
425
|
# @param [String] friendly_name The friendly_name
|
440
426
|
# @return [UserInstance] Updated UserInstance
|
441
427
|
def update(role_sid: :unset, attributes: :unset, friendly_name: :unset)
|
442
|
-
context.update(
|
443
|
-
role_sid: role_sid,
|
444
|
-
attributes: attributes,
|
445
|
-
friendly_name: friendly_name,
|
446
|
-
)
|
428
|
+
context.update(role_sid: role_sid, attributes: attributes, friendly_name: friendly_name,)
|
447
429
|
end
|
448
430
|
|
449
431
|
##
|
@@ -453,6 +435,13 @@ module Twilio
|
|
453
435
|
context.user_channels
|
454
436
|
end
|
455
437
|
|
438
|
+
##
|
439
|
+
# Access the user_bindings
|
440
|
+
# @return [user_bindings] user_bindings
|
441
|
+
def user_bindings
|
442
|
+
context.user_bindings
|
443
|
+
end
|
444
|
+
|
456
445
|
##
|
457
446
|
# Provide a user friendly representation
|
458
447
|
def to_s
|
@@ -0,0 +1,361 @@
|
|
1
|
+
##
|
2
|
+
# This code was generated by
|
3
|
+
# \ / _ _ _| _ _
|
4
|
+
# | (_)\/(_)(_|\/| |(/_ v1.0.0
|
5
|
+
# / /
|
6
|
+
|
7
|
+
module Twilio
|
8
|
+
module REST
|
9
|
+
class IpMessaging < Domain
|
10
|
+
class V2 < Version
|
11
|
+
class ServiceContext < InstanceContext
|
12
|
+
class UserContext < InstanceContext
|
13
|
+
class UserBindingList < ListResource
|
14
|
+
##
|
15
|
+
# Initialize the UserBindingList
|
16
|
+
# @param [Version] version Version that contains the resource
|
17
|
+
# @param [String] service_sid The service_sid
|
18
|
+
# @param [String] user_sid The user_sid
|
19
|
+
# @return [UserBindingList] UserBindingList
|
20
|
+
def initialize(version, service_sid: nil, user_sid: nil)
|
21
|
+
super(version)
|
22
|
+
|
23
|
+
# Path Solution
|
24
|
+
@solution = {service_sid: service_sid, user_sid: user_sid}
|
25
|
+
@uri = "/Services/#{@solution[:service_sid]}/Users/#{@solution[:user_sid]}/Bindings"
|
26
|
+
end
|
27
|
+
|
28
|
+
##
|
29
|
+
# Lists UserBindingInstance records from the API as a list.
|
30
|
+
# Unlike stream(), this operation is eager and will load `limit` records into
|
31
|
+
# memory before returning.
|
32
|
+
# @param [user_binding.BindingType] binding_type The binding_type
|
33
|
+
# @param [Integer] limit Upper limit for the number of records to return. stream()
|
34
|
+
# guarantees to never return more than limit. Default is no limit
|
35
|
+
# @param [Integer] page_size Number of records to fetch per request, when
|
36
|
+
# not set will use the default value of 50 records. If no page_size is defined
|
37
|
+
# but a limit is defined, stream() will attempt to read the limit with the most
|
38
|
+
# efficient page size, i.e. min(limit, 1000)
|
39
|
+
# @return [Array] Array of up to limit results
|
40
|
+
def list(binding_type: :unset, limit: nil, page_size: nil)
|
41
|
+
self.stream(binding_type: binding_type, limit: limit, page_size: page_size).entries
|
42
|
+
end
|
43
|
+
|
44
|
+
##
|
45
|
+
# Streams UserBindingInstance records from the API as an Enumerable.
|
46
|
+
# This operation lazily loads records as efficiently as possible until the limit
|
47
|
+
# is reached.
|
48
|
+
# @param [user_binding.BindingType] binding_type The binding_type
|
49
|
+
# @param [Integer] limit Upper limit for the number of records to return. stream()
|
50
|
+
# guarantees to never return more than limit. Default is no limit.
|
51
|
+
# @param [Integer] page_size Number of records to fetch per request, when
|
52
|
+
# not set will use the default value of 50 records. If no page_size is defined
|
53
|
+
# but a limit is defined, stream() will attempt to read the limit with the most
|
54
|
+
# efficient page size, i.e. min(limit, 1000)
|
55
|
+
# @return [Enumerable] Enumerable that will yield up to limit results
|
56
|
+
def stream(binding_type: :unset, limit: nil, page_size: nil)
|
57
|
+
limits = @version.read_limits(limit, page_size)
|
58
|
+
|
59
|
+
page = self.page(binding_type: binding_type, page_size: limits[:page_size],)
|
60
|
+
|
61
|
+
@version.stream(page, limit: limits[:limit], page_limit: limits[:page_limit])
|
62
|
+
end
|
63
|
+
|
64
|
+
##
|
65
|
+
# When passed a block, yields UserBindingInstance records from the API.
|
66
|
+
# This operation lazily loads records as efficiently as possible until the limit
|
67
|
+
# is reached.
|
68
|
+
def each
|
69
|
+
limits = @version.read_limits
|
70
|
+
|
71
|
+
page = self.page(page_size: limits[:page_size],)
|
72
|
+
|
73
|
+
@version.stream(page,
|
74
|
+
limit: limits[:limit],
|
75
|
+
page_limit: limits[:page_limit]).each {|x| yield x}
|
76
|
+
end
|
77
|
+
|
78
|
+
##
|
79
|
+
# Retrieve a single page of UserBindingInstance records from the API.
|
80
|
+
# Request is executed immediately.
|
81
|
+
# @param [user_binding.BindingType] binding_type The binding_type
|
82
|
+
# @param [String] page_token PageToken provided by the API
|
83
|
+
# @param [Integer] page_number Page Number, this value is simply for client state
|
84
|
+
# @param [Integer] page_size Number of records to return, defaults to 50
|
85
|
+
# @return [Page] Page of UserBindingInstance
|
86
|
+
def page(binding_type: :unset, page_token: :unset, page_number: :unset, page_size: :unset)
|
87
|
+
params = Twilio::Values.of({
|
88
|
+
'BindingType' => binding_type,
|
89
|
+
'PageToken' => page_token,
|
90
|
+
'Page' => page_number,
|
91
|
+
'PageSize' => page_size,
|
92
|
+
})
|
93
|
+
response = @version.page(
|
94
|
+
'GET',
|
95
|
+
@uri,
|
96
|
+
params
|
97
|
+
)
|
98
|
+
UserBindingPage.new(@version, response, @solution)
|
99
|
+
end
|
100
|
+
|
101
|
+
##
|
102
|
+
# Retrieve a single page of UserBindingInstance records from the API.
|
103
|
+
# Request is executed immediately.
|
104
|
+
# @param [String] target_url API-generated URL for the requested results page
|
105
|
+
# @return [Page] Page of UserBindingInstance
|
106
|
+
def get_page(target_url)
|
107
|
+
response = @version.domain.request(
|
108
|
+
'GET',
|
109
|
+
target_url
|
110
|
+
)
|
111
|
+
UserBindingPage.new(@version, response, @solution)
|
112
|
+
end
|
113
|
+
|
114
|
+
##
|
115
|
+
# Provide a user friendly representation
|
116
|
+
def to_s
|
117
|
+
'#<Twilio.IpMessaging.V2.UserBindingList>'
|
118
|
+
end
|
119
|
+
end
|
120
|
+
|
121
|
+
class UserBindingPage < Page
|
122
|
+
##
|
123
|
+
# Initialize the UserBindingPage
|
124
|
+
# @param [Version] version Version that contains the resource
|
125
|
+
# @param [Response] response Response from the API
|
126
|
+
# @param [Hash] solution Path solution for the resource
|
127
|
+
# @return [UserBindingPage] UserBindingPage
|
128
|
+
def initialize(version, response, solution)
|
129
|
+
super(version, response)
|
130
|
+
|
131
|
+
# Path Solution
|
132
|
+
@solution = solution
|
133
|
+
end
|
134
|
+
|
135
|
+
##
|
136
|
+
# Build an instance of UserBindingInstance
|
137
|
+
# @param [Hash] payload Payload response from the API
|
138
|
+
# @return [UserBindingInstance] UserBindingInstance
|
139
|
+
def get_instance(payload)
|
140
|
+
UserBindingInstance.new(
|
141
|
+
@version,
|
142
|
+
payload,
|
143
|
+
service_sid: @solution[:service_sid],
|
144
|
+
user_sid: @solution[:user_sid],
|
145
|
+
)
|
146
|
+
end
|
147
|
+
|
148
|
+
##
|
149
|
+
# Provide a user friendly representation
|
150
|
+
def to_s
|
151
|
+
'<Twilio.IpMessaging.V2.UserBindingPage>'
|
152
|
+
end
|
153
|
+
end
|
154
|
+
|
155
|
+
class UserBindingContext < InstanceContext
|
156
|
+
##
|
157
|
+
# Initialize the UserBindingContext
|
158
|
+
# @param [Version] version Version that contains the resource
|
159
|
+
# @param [String] service_sid The service_sid
|
160
|
+
# @param [String] user_sid The user_sid
|
161
|
+
# @param [String] sid The sid
|
162
|
+
# @return [UserBindingContext] UserBindingContext
|
163
|
+
def initialize(version, service_sid, user_sid, sid)
|
164
|
+
super(version)
|
165
|
+
|
166
|
+
# Path Solution
|
167
|
+
@solution = {service_sid: service_sid, user_sid: user_sid, sid: sid,}
|
168
|
+
@uri = "/Services/#{@solution[:service_sid]}/Users/#{@solution[:user_sid]}/Bindings/#{@solution[:sid]}"
|
169
|
+
end
|
170
|
+
|
171
|
+
##
|
172
|
+
# Fetch a UserBindingInstance
|
173
|
+
# @return [UserBindingInstance] Fetched UserBindingInstance
|
174
|
+
def fetch
|
175
|
+
params = Twilio::Values.of({})
|
176
|
+
|
177
|
+
payload = @version.fetch(
|
178
|
+
'GET',
|
179
|
+
@uri,
|
180
|
+
params,
|
181
|
+
)
|
182
|
+
|
183
|
+
UserBindingInstance.new(
|
184
|
+
@version,
|
185
|
+
payload,
|
186
|
+
service_sid: @solution[:service_sid],
|
187
|
+
user_sid: @solution[:user_sid],
|
188
|
+
sid: @solution[:sid],
|
189
|
+
)
|
190
|
+
end
|
191
|
+
|
192
|
+
##
|
193
|
+
# Deletes the UserBindingInstance
|
194
|
+
# @return [Boolean] true if delete succeeds, true otherwise
|
195
|
+
def delete
|
196
|
+
@version.delete('delete', @uri)
|
197
|
+
end
|
198
|
+
|
199
|
+
##
|
200
|
+
# Provide a user friendly representation
|
201
|
+
def to_s
|
202
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
203
|
+
"#<Twilio.IpMessaging.V2.UserBindingContext #{context}>"
|
204
|
+
end
|
205
|
+
end
|
206
|
+
|
207
|
+
class UserBindingInstance < InstanceResource
|
208
|
+
##
|
209
|
+
# Initialize the UserBindingInstance
|
210
|
+
# @param [Version] version Version that contains the resource
|
211
|
+
# @param [Hash] payload payload that contains response from Twilio
|
212
|
+
# @param [String] service_sid The service_sid
|
213
|
+
# @param [String] user_sid The user_sid
|
214
|
+
# @param [String] sid The sid
|
215
|
+
# @return [UserBindingInstance] UserBindingInstance
|
216
|
+
def initialize(version, payload, service_sid: nil, user_sid: nil, sid: nil)
|
217
|
+
super(version)
|
218
|
+
|
219
|
+
# Marshaled Properties
|
220
|
+
@properties = {
|
221
|
+
'sid' => payload['sid'],
|
222
|
+
'account_sid' => payload['account_sid'],
|
223
|
+
'service_sid' => payload['service_sid'],
|
224
|
+
'date_created' => Twilio.deserialize_iso8601_datetime(payload['date_created']),
|
225
|
+
'date_updated' => Twilio.deserialize_iso8601_datetime(payload['date_updated']),
|
226
|
+
'endpoint' => payload['endpoint'],
|
227
|
+
'identity' => payload['identity'],
|
228
|
+
'user_sid' => payload['user_sid'],
|
229
|
+
'credential_sid' => payload['credential_sid'],
|
230
|
+
'binding_type' => payload['binding_type'],
|
231
|
+
'message_types' => payload['message_types'],
|
232
|
+
'url' => payload['url'],
|
233
|
+
}
|
234
|
+
|
235
|
+
# Context
|
236
|
+
@instance_context = nil
|
237
|
+
@params = {'service_sid' => service_sid, 'user_sid' => user_sid, 'sid' => sid || @properties['sid'],}
|
238
|
+
end
|
239
|
+
|
240
|
+
##
|
241
|
+
# Generate an instance context for the instance, the context is capable of
|
242
|
+
# performing various actions. All instance actions are proxied to the context
|
243
|
+
# @return [UserBindingContext] UserBindingContext for this UserBindingInstance
|
244
|
+
def context
|
245
|
+
unless @instance_context
|
246
|
+
@instance_context = UserBindingContext.new(
|
247
|
+
@version,
|
248
|
+
@params['service_sid'],
|
249
|
+
@params['user_sid'],
|
250
|
+
@params['sid'],
|
251
|
+
)
|
252
|
+
end
|
253
|
+
@instance_context
|
254
|
+
end
|
255
|
+
|
256
|
+
##
|
257
|
+
# @return [String] The sid
|
258
|
+
def sid
|
259
|
+
@properties['sid']
|
260
|
+
end
|
261
|
+
|
262
|
+
##
|
263
|
+
# @return [String] The account_sid
|
264
|
+
def account_sid
|
265
|
+
@properties['account_sid']
|
266
|
+
end
|
267
|
+
|
268
|
+
##
|
269
|
+
# @return [String] The service_sid
|
270
|
+
def service_sid
|
271
|
+
@properties['service_sid']
|
272
|
+
end
|
273
|
+
|
274
|
+
##
|
275
|
+
# @return [Time] The date_created
|
276
|
+
def date_created
|
277
|
+
@properties['date_created']
|
278
|
+
end
|
279
|
+
|
280
|
+
##
|
281
|
+
# @return [Time] The date_updated
|
282
|
+
def date_updated
|
283
|
+
@properties['date_updated']
|
284
|
+
end
|
285
|
+
|
286
|
+
##
|
287
|
+
# @return [String] The endpoint
|
288
|
+
def endpoint
|
289
|
+
@properties['endpoint']
|
290
|
+
end
|
291
|
+
|
292
|
+
##
|
293
|
+
# @return [String] The identity
|
294
|
+
def identity
|
295
|
+
@properties['identity']
|
296
|
+
end
|
297
|
+
|
298
|
+
##
|
299
|
+
# @return [String] The user_sid
|
300
|
+
def user_sid
|
301
|
+
@properties['user_sid']
|
302
|
+
end
|
303
|
+
|
304
|
+
##
|
305
|
+
# @return [String] The credential_sid
|
306
|
+
def credential_sid
|
307
|
+
@properties['credential_sid']
|
308
|
+
end
|
309
|
+
|
310
|
+
##
|
311
|
+
# @return [user_binding.BindingType] The binding_type
|
312
|
+
def binding_type
|
313
|
+
@properties['binding_type']
|
314
|
+
end
|
315
|
+
|
316
|
+
##
|
317
|
+
# @return [String] The message_types
|
318
|
+
def message_types
|
319
|
+
@properties['message_types']
|
320
|
+
end
|
321
|
+
|
322
|
+
##
|
323
|
+
# @return [String] The url
|
324
|
+
def url
|
325
|
+
@properties['url']
|
326
|
+
end
|
327
|
+
|
328
|
+
##
|
329
|
+
# Fetch a UserBindingInstance
|
330
|
+
# @return [UserBindingInstance] Fetched UserBindingInstance
|
331
|
+
def fetch
|
332
|
+
context.fetch
|
333
|
+
end
|
334
|
+
|
335
|
+
##
|
336
|
+
# Deletes the UserBindingInstance
|
337
|
+
# @return [Boolean] true if delete succeeds, true otherwise
|
338
|
+
def delete
|
339
|
+
context.delete
|
340
|
+
end
|
341
|
+
|
342
|
+
##
|
343
|
+
# Provide a user friendly representation
|
344
|
+
def to_s
|
345
|
+
values = @params.map{|k, v| "#{k}: #{v}"}.join(" ")
|
346
|
+
"<Twilio.IpMessaging.V2.UserBindingInstance #{values}>"
|
347
|
+
end
|
348
|
+
|
349
|
+
##
|
350
|
+
# Provide a detailed, user friendly representation
|
351
|
+
def inspect
|
352
|
+
values = @properties.map{|k, v| "#{k}: #{v}"}.join(" ")
|
353
|
+
"<Twilio.IpMessaging.V2.UserBindingInstance #{values}>"
|
354
|
+
end
|
355
|
+
end
|
356
|
+
end
|
357
|
+
end
|
358
|
+
end
|
359
|
+
end
|
360
|
+
end
|
361
|
+
end
|