Class: Sidekiq::TUI::PageOptions
- Inherits:
-
Data
- Object
- Data
- Sidekiq::TUI::PageOptions
- Defined in:
- lib/sidekiq/tui.rb
Instance Attribute Summary collapse
-
#page ⇒ Object
readonly
Returns the value of attribute page.
-
#size ⇒ Object
readonly
Returns the value of attribute size.
Instance Attribute Details
#page ⇒ Object (readonly)
Returns the value of attribute page
30 31 32 |
# File 'lib/sidekiq/tui.rb', line 30 def page @page end |
#size ⇒ Object (readonly)
Returns the value of attribute size
30 31 32 |
# File 'lib/sidekiq/tui.rb', line 30 def size @size end |