Class: NetSuite::Actions::GetAll
- Inherits:
-
Object
- Object
- NetSuite::Actions::GetAll
- Includes:
- Support::Requests
- Defined in:
- lib/netsuite/actions/get_all.rb
Defined Under Namespace
Modules: Support
Instance Method Summary collapse
-
#initialize(klass) ⇒ GetAll
constructor
A new instance of GetAll.
Methods included from Support::Requests
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 |