Class: Kaltura::FilterPager

Inherits:
ObjectBase show all
Defined in:
lib/kaltura/kaltura_client.rb

Instance Attribute Summary collapse

Attributes inherited from ObjectBase

#object_type

Method Summary

Methods inherited from ObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#page_indexObject

Returns the value of attribute page_index.



34
35
36
# File 'lib/kaltura/kaltura_client.rb', line 34

def page_index
  @page_index
end

#page_sizeObject

Returns the value of attribute page_size.



33
34
35
# File 'lib/kaltura/kaltura_client.rb', line 33

def page_size
  @page_size
end