Sha256: 918b3441a1342cc4ec48d0027c926f69331990057bd79342cd0ef544ece100c6
Contents?: true
Size: 596 Bytes
Versions: 2
Compression:
Stored size: 596 Bytes
Contents
# frozen_string_literal: true module Seam module Clients class PhonesSimulate < BaseClient def create_sandbox_phone(user_identity_id:, assa_abloy_metadata: nil, custom_sdk_installation_id: nil, phone_metadata: nil) request_seam_object( :post, "/phones/simulate/create_sandbox_phone", Seam::Phone, "phone", body: {user_identity_id: user_identity_id, assa_abloy_metadata: assa_abloy_metadata, custom_sdk_installation_id: custom_sdk_installation_id, phone_metadata: phone_metadata}.compact ) end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
seam-2.0.0a2 | lib/seam/clients/phones_simulate.rb |
seam-2.0.0.prerelease.1 | lib/seam/clients/phones_simulate.rb |