Method: MTP::Properties#writable
- Defined in:
- lib/mtp/properties.rb
#writable ⇒ Object
19 20 21 |
# File 'lib/mtp/properties.rb', line 19 def writable supported.select { |p| Property.description(@object, p).writable? } end |
19 20 21 |
# File 'lib/mtp/properties.rb', line 19 def writable supported.select { |p| Property.description(@object, p).writable? } end |