Class: Wavesync::Libmtp::DeviceFile
- Inherits:
-
Data
- Object
- Data
- Wavesync::Libmtp::DeviceFile
- Defined in:
- lib/wavesync/libmtp.rb
Instance Attribute Summary collapse
-
#filename ⇒ Object
readonly
Returns the value of attribute filename.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#parent_id ⇒ Object
readonly
Returns the value of attribute parent_id.
-
#size ⇒ Object
readonly
Returns the value of attribute size.
-
#storage_id ⇒ Object
readonly
Returns the value of attribute storage_id.
Instance Attribute Details
#filename ⇒ Object (readonly)
Returns the value of attribute filename
12 13 14 |
# File 'lib/wavesync/libmtp.rb', line 12 def filename @filename end |
#id ⇒ Object (readonly)
Returns the value of attribute id
12 13 14 |
# File 'lib/wavesync/libmtp.rb', line 12 def id @id end |
#parent_id ⇒ Object (readonly)
Returns the value of attribute parent_id
12 13 14 |
# File 'lib/wavesync/libmtp.rb', line 12 def parent_id @parent_id end |
#size ⇒ Object (readonly)
Returns the value of attribute size
12 13 14 |
# File 'lib/wavesync/libmtp.rb', line 12 def size @size end |
#storage_id ⇒ Object (readonly)
Returns the value of attribute storage_id
12 13 14 |
# File 'lib/wavesync/libmtp.rb', line 12 def storage_id @storage_id end |