Class: Wavesync::Libmtp::DeviceFolder

Inherits:
Data
  • Object
show all
Defined in:
lib/wavesync/libmtp.rb

Instance Attribute Summary collapse

Instance Attribute Details

#folder_idObject (readonly)

Returns the value of attribute folder_id

Returns:

  • (Object)

    the current value of folder_id



13
14
15
# File 'lib/wavesync/libmtp.rb', line 13

def folder_id
  @folder_id
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



13
14
15
# File 'lib/wavesync/libmtp.rb', line 13

def name
  @name
end

#parent_idObject (readonly)

Returns the value of attribute parent_id

Returns:

  • (Object)

    the current value of parent_id



13
14
15
# File 'lib/wavesync/libmtp.rb', line 13

def parent_id
  @parent_id
end

#storage_idObject (readonly)

Returns the value of attribute storage_id

Returns:

  • (Object)

    the current value of storage_id



13
14
15
# File 'lib/wavesync/libmtp.rb', line 13

def storage_id
  @storage_id
end