Method: Ppl::Command::Attribute#list_format=
- Defined in:
- lib/ppl/command/attribute.rb
#list_format=(value) ⇒ Object (writeonly)
Sets the attribute list_format
5 6 7 |
# File 'lib/ppl/command/attribute.rb', line 5 def list_format=(value) @list_format = value end |