Method: NetSuite::Actions::SearchMoreWithId#initialize
- Defined in:
- lib/netsuite/actions/search_more_with_id.rb
#initialize(klass, options = { }) ⇒ SearchMoreWithId
Returns a new instance of SearchMoreWithId.
8 9 10 11 12 |
# File 'lib/netsuite/actions/search_more_with_id.rb', line 8 def initialize(klass, = { }) @klass = klass @options = end |