Class: NetSuite::Actions::Get
- Inherits:
-
Object
- Object
- NetSuite::Actions::Get
- Includes:
- Support::Requests
- Defined in:
- lib/netsuite/actions/get.rb
Defined Under Namespace
Modules: Support
Instance Method Summary collapse
-
#initialize(klass, options = {}) ⇒ Get
constructor
A new instance of Get.
Methods included from Support::Requests
Constructor Details
#initialize(klass, options = {}) ⇒ Get
Returns a new instance of Get.
7 8 9 10 |
# File 'lib/netsuite/actions/get.rb', line 7 def initialize(klass, = {}) @klass = klass @options = end |