Method: MTP::Properties#writable

Defined in:
lib/mtp/properties.rb

#writableObject



19
20
21
# File 'lib/mtp/properties.rb', line 19

def writable
  supported.select { |p| Property.description(@object, p).writable? }
end