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