Class: VER::Status::ShortFilename
- Defined in:
- lib/ver/status/short_filename.rb
Instance Attribute Summary
Attributes inherited from Label
#column, #format, #row, #status, #sticky, #variable, #weight
Instance Method Summary collapse
Methods inherited from Label
#buffer, #destroyed?, #initialize, #on_destroy, #register, #style=, #update
Methods included from LabelToggle
Constructor Details
This class inherits a constructor from VER::Status::Label
Instance Method Details
#setup ⇒ Object
4 5 6 |
# File 'lib/ver/status/short_filename.rb', line 4 def setup register :filename end |
#to_s ⇒ Object
8 9 10 |
# File 'lib/ver/status/short_filename.rb', line 8 def to_s buffer.short_filename end |