Class: NetSuite::Actions::GetList

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

Defined Under Namespace

Modules: Support

Instance Method Summary collapse

Methods included from Support::Requests

#call, included

Constructor Details

#initialize(klass, options = { }) ⇒ GetList

Returns a new instance of GetList.



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

def initialize(klass, options = { })
  @klass = klass
  @options = options
end