Class: NetSuite::Actions::GetSelectValue

Inherits:
Object
  • Object
show all
Includes:
Support::Requests
Defined in:
lib/netsuite/actions/get_select_value.rb

Defined Under Namespace

Modules: Support

Instance Method Summary collapse

Methods included from Support::Requests

#call, included

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, options = {})
  @klass   = klass
  @options = options
end