Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Commit

Permalink
Added options hash to get_record
Browse files Browse the repository at this point in the history
  • Loading branch information
James Christie committed Dec 26, 2012
1 parent 39d4456 commit f8f6a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/netsuite-rest-client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def initialize_record(record_type)
parse_json_result_from_rest(:get, params)
end

def get_record(record_type, internal_id_list, return_array_on_single=false)
def get_record(record_type, internal_id_list, return_array_on_single=false, options={})
internal_id_list = Array(internal_id_list).uniq

params = { 'script' => @script_id,
Expand Down

0 comments on commit f8f6a18

Please sign in to comment.