module NetSuite::Support::Requests::ClassMethods
Public Instance Methods
call(options, credentials={})
click to toggle source
# File lib/netsuite/support/requests.rb, line 11 def call(options, credentials={}) raise ArgumentError, "options should be an array" unless options.is_a?(Array) new(*options).call(credentials) end