Class: Wavesync::Libmtp::DeviceFile

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

Instance Attribute Summary collapse

Instance Attribute Details

#filenameObject (readonly)

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



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

def filename
  @filename
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#parent_idObject (readonly)

Returns the value of attribute parent_id

Returns:

  • (Object)

    the current value of parent_id



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

def parent_id
  @parent_id
end

#sizeObject (readonly)

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



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

def size
  @size
end

#storage_idObject (readonly)

Returns the value of attribute storage_id

Returns:

  • (Object)

    the current value of storage_id



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

def storage_id
  @storage_id
end