Class: Arena::SearchResults

Inherits:
Base
  • Object
show all
Defined in:
lib/arena/search_results.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Base

attr_reader, #initialize

Constructor Details

This class inherits a constructor from Arena::Base

Instance Attribute Details

#authenticatedObject (readonly)

Returns the value of attribute authenticated.



9
10
11
# File 'lib/arena/search_results.rb', line 9

def authenticated
  @authenticated
end

#current_pageObject (readonly)

Returns the value of attribute current_page.



9
10
11
# File 'lib/arena/search_results.rb', line 9

def current_page
  @current_page
end

#lengthObject (readonly)

Returns the value of attribute length.



9
10
11
# File 'lib/arena/search_results.rb', line 9

def length
  @length
end

#perObject (readonly)

Returns the value of attribute per.



9
10
11
# File 'lib/arena/search_results.rb', line 9

def per
  @per
end

#termObject (readonly)

Returns the value of attribute term.



9
10
11
# File 'lib/arena/search_results.rb', line 9

def term
  @term
end

#total_pagesObject (readonly)

Returns the value of attribute total_pages.



9
10
11
# File 'lib/arena/search_results.rb', line 9

def total_pages
  @total_pages
end