Method: Ppl::Command::Attribute#list_format=

Defined in:
lib/ppl/command/attribute.rb

#list_format=(value) ⇒ Object (writeonly)

Sets the attribute list_format

Parameters:

  • value

    the value to set the attribute list_format to.



5
6
7
# File 'lib/ppl/command/attribute.rb', line 5

def list_format=(value)
  @list_format = value
end