Class: NetSuite::Actions::SearchMoreWithId

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

Defined Under Namespace

Modules: Support

Instance Method Summary collapse

Methods included from Support::Requests

#call, included

Constructor Details

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

Returns a new instance of SearchMoreWithId.



9
10
11
12
13
# File 'lib/netsuite/actions/search_more_with_id.rb', line 9

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

  @options = options
end