Class: Kwipper::Paginator::Page

Inherits:
Struct
  • Object
show all
Defined in:
lib/kwipper/paginator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#current?Object

Returns the value of attribute current?

Returns:

  • (Object)

    the current value of current?



4
5
6
# File 'lib/kwipper/paginator.rb', line 4

def current?
  @current?
end

#numObject

Returns the value of attribute num

Returns:

  • (Object)

    the current value of num



4
5
6
# File 'lib/kwipper/paginator.rb', line 4

def num
  @num
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



4
5
6
# File 'lib/kwipper/paginator.rb', line 4

def path
  @path
end