Class: NetSuite::Actions::GetAll

Inherits:
AbstractAction show all
Includes:
Support::Requests
Defined in:
lib/netsuite/actions/get_all.rb

Defined Under Namespace

Modules: Support

Instance Method Summary collapse

Methods included from Support::Requests

#call, included

Methods inherited from AbstractAction

#request

Constructor Details

#initialize(klass) ⇒ GetAll

Returns a new instance of GetAll.



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

def initialize(klass)
  @klass   = klass
end