Class: Flumtter::Window::User

Inherits:
Buf::Screen show all
Includes:
Command::UserList
Defined in:
lib/flumtter/app/core/windows/userbase.rb

Direct Known Subclasses

Follower, Following

Constant Summary

Constants inherited from Buf::Screen

Buf::Screen::EnableKey

Instance Method Summary collapse

Methods included from Command::UserList

#add_command

Methods included from Util

#command_value_regexp, #dialog_for_index, #error, #error_handler, #id2obj, #if_tweet, #index_regexp, #index_with_dialog, #logger, #on_event, #parse_index, #parse_time, #sarastire, #sarastire_user, #screen_name_regexp

Methods inherited from Buf::Screen

#call, #id2obj, #move, #show

Methods inherited from Dialog

#call, #command, #show

Methods included from Dispel::Util

#add_multiline_str, #addstr, #getstr

Constructor Details

#initialize(buf, title, twitter) ⇒ User

Returns a new instance of User.



37
38
39
40
# File 'lib/flumtter/app/core/windows/userbase.rb', line 37

def initialize(buf, title, twitter)
  super(buf, title)
  add_command(twitter)
end