Class: NetSuite::Actions::UpsertList

Inherits:
Object
  • Object
show all
Includes:
Support::Requests
Defined in:
lib/netsuite/actions/upsert_list.rb

Defined Under Namespace

Modules: Support

Instance Method Summary collapse

Methods included from Support::Requests

#call, included

Constructor Details

#initialize(*objects) ⇒ UpsertList

Returns a new instance of UpsertList.



7
8
9
# File 'lib/netsuite/actions/upsert_list.rb', line 7

def initialize(*objects)
  @objects = objects
end