Class: Flumtter::Window::ListBase
- Inherits:
-
Buf::Element
- Object
- Buf::Element
- Flumtter::Window::ListBase
- Defined in:
- lib/flumtter/app/core/windows/list.rb
Instance Attribute Summary
Attributes inherited from Buf::Element
Instance Method Summary collapse
Methods inherited from Buf::Element
Methods included from Util
#command_value_regexp, #dialog_for_index, #error, #error_handler, #id2obj, #if_tweet, #index_regexp, #index_with_dialog, #on_event, #parse_index, #parse_time, #sarastire, #screen_name_regexp
Constructor Details
This class inherits a constructor from Flumtter::Window::Buf::Element
Instance Method Details
#element ⇒ Object
20 21 22 23 24 25 |
# File 'lib/flumtter/app/core/windows/list.rb', line 20 def element @text ||= <<~EOF #{header} #{details} EOF end |