Class: KMDB::Parser::ProgressBar
- Inherits:
-
ProgressBar
- Object
- ProgressBar
- KMDB::Parser::ProgressBar
- Defined in:
- lib/kmdb/parser.rb
Instance Attribute Summary collapse
-
#title ⇒ Object
writeonly
Sets the attribute title.
Instance Attribute Details
#title=(value) ⇒ Object (writeonly)
Sets the attribute title
9 10 11 |
# File 'lib/kmdb/parser.rb', line 9 def title=(value) @title = value end |