Class: ActiveNetsuite::SearchResult
- Inherits:
-
Object
- Object
- ActiveNetsuite::SearchResult
- Includes:
- MethodInflector
- Defined in:
- lib/activenetsuite/core/search_result.rb
Instance Method Summary collapse
Methods included from MethodInflector
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ActiveNetsuite::MethodInflector
Instance Method Details
#more? ⇒ Boolean
6 7 8 |
# File 'lib/activenetsuite/core/search_result.rb', line 6 def more? page_index < total_pages end |