Method: NetSuite::Actions::Search::Support::ClassMethods#search
- Defined in:
- lib/netsuite/actions/search.rb
#search(options = { }, credentials = {}) ⇒ Object
237 238 239 240 241 242 243 244 245 |
# File 'lib/netsuite/actions/search.rb', line 237 def search( = { }, credentials={}) response = NetSuite::Actions::Search.call([self, ], credentials) if response.success? NetSuite::Support::SearchResult.new(response, self) else false end end |