Module: Twterm::Tab::Scrollable

Extended by:
Forwardable
Included in:
KeyAssignmentsCheatsheet, New::List, New::Search, New::Start, Twterm::Tab::Statuses::Base, UserTab, Users::Base
Defined in:
lib/twterm/tab/scrollable.rb

Defined Under Namespace

Classes: Scroller

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#scrollerObject (readonly)

Returns the value of attribute scroller.



6
7
8
# File 'lib/twterm/tab/scrollable.rb', line 6

def scroller
  @scroller
end

Instance Method Details

#total_item_countObject

define default behaviour overwrite if necessary



20
21
22
# File 'lib/twterm/tab/scrollable.rb', line 20

def total_item_count
  items.count
end