Class: Arena::Results

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

Direct Known Subclasses

ChannelResults

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

#current_pageObject (readonly)

Returns the value of attribute current_page.



8
9
10
# File 'lib/arena/results.rb', line 8

def current_page
  @current_page
end

#lengthObject (readonly)

Returns the value of attribute length.



8
9
10
# File 'lib/arena/results.rb', line 8

def length
  @length
end

#perObject (readonly)

Returns the value of attribute per.



8
9
10
# File 'lib/arena/results.rb', line 8

def per
  @per
end

#total_pagesObject (readonly)

Returns the value of attribute total_pages.



8
9
10
# File 'lib/arena/results.rb', line 8

def total_pages
  @total_pages
end