Class: NetSuite::Actions::GetAll

Inherits:
Object
  • Object
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

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