Class: Sidekiq::TUI::PageOptions

Inherits:
Data
  • Object
show all
Defined in:
lib/sidekiq/tui.rb

Instance Attribute Summary collapse

Instance Attribute Details

#pageObject (readonly)

Returns the value of attribute page

Returns:

  • (Object)

    the current value of page



30
31
32
# File 'lib/sidekiq/tui.rb', line 30

def page
  @page
end

#sizeObject (readonly)

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



30
31
32
# File 'lib/sidekiq/tui.rb', line 30

def size
  @size
end