Class: ActiveNetsuite::SearchResult

Inherits:
Object
  • Object
show all
Includes:
MethodInflector
Defined in:
lib/activenetsuite/core/search_result.rb

Instance Method Summary collapse

Methods included from MethodInflector

included, #method_missing

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class ActiveNetsuite::MethodInflector

Instance Method Details

#more?Boolean

Returns:

  • (Boolean)


6
7
8
# File 'lib/activenetsuite/core/search_result.rb', line 6

def more?
  page_index < total_pages
end