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.



6
7
8
# File 'lib/arena/results.rb', line 6

def current_page
  @current_page
end

#lengthObject (readonly)

Returns the value of attribute length.



6
7
8
# File 'lib/arena/results.rb', line 6

def length
  @length
end

#perObject (readonly)

Returns the value of attribute per.



6
7
8
# File 'lib/arena/results.rb', line 6

def per
  @per
end

#total_pagesObject (readonly)

Returns the value of attribute total_pages.



6
7
8
# File 'lib/arena/results.rb', line 6

def total_pages
  @total_pages
end