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