@@ -26,7 +26,7 @@ def initialize(api_client = ApiClient.default)
2626 # @return [InlineResponse2007]
2727 def instrumentidentifiers_post ( profile_id , opts = { } )
2828 data , _status_code , _headers = instrumentidentifiers_post_with_http_info ( profile_id , opts )
29- data
29+ return data , _status_code , _headers
3030 end
3131
3232 # Create an Instrument Identifier
@@ -86,8 +86,8 @@ def instrumentidentifiers_post_with_http_info(profile_id, opts = {})
8686 # @param [Hash] opts the optional parameters
8787 # @return [nil]
8888 def instrumentidentifiers_token_id_delete ( profile_id , token_id , opts = { } )
89- instrumentidentifiers_token_id_delete_with_http_info ( profile_id , token_id , opts )
90- nil
89+ data , _status_code , _headers = instrumentidentifiers_token_id_delete_with_http_info ( profile_id , token_id , opts )
90+ return data , _status_code , _headers
9191 end
9292
9393 # Delete an Instrument Identifier
@@ -153,7 +153,7 @@ def instrumentidentifiers_token_id_delete_with_http_info(profile_id, token_id, o
153153 # @return [InlineResponse2007]
154154 def instrumentidentifiers_token_id_get ( profile_id , token_id , opts = { } )
155155 data , _status_code , _headers = instrumentidentifiers_token_id_get_with_http_info ( profile_id , token_id , opts )
156- data
156+ return data , _status_code , _headers
157157 end
158158
159159 # Retrieve an Instrument Identifier
@@ -227,7 +227,7 @@ def instrumentidentifiers_token_id_get_with_http_info(profile_id, token_id, opts
227227 # @return [InlineResponse2007]
228228 def instrumentidentifiers_token_id_patch ( profile_id , token_id , body , opts = { } )
229229 data , _status_code , _headers = instrumentidentifiers_token_id_patch_with_http_info ( profile_id , token_id , body , opts )
230- data
230+ return data , _status_code , _headers
231231 end
232232
233233 # Update a Instrument Identifier
@@ -307,7 +307,7 @@ def instrumentidentifiers_token_id_patch_with_http_info(profile_id, token_id, bo
307307 # @return [InlineResponse2008]
308308 def instrumentidentifiers_token_id_paymentinstruments_get ( profile_id , token_id , opts = { } )
309309 data , _status_code , _headers = instrumentidentifiers_token_id_paymentinstruments_get_with_http_info ( profile_id , token_id , opts )
310- data
310+ return data , _status_code , _headers
311311 end
312312
313313 # Retrieve all Payment Instruments associated with an Instrument Identifier
0 commit comments