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