Class: Snapsync::AutoSync::AutoSyncTarget
- Inherits:
-
Struct
- Object
- Struct
- Snapsync::AutoSync::AutoSyncTarget
- Defined in:
- lib/snapsync/auto_sync.rb
Instance Attribute Summary collapse
-
#automount ⇒ Object
Returns the value of attribute automount.
-
#name ⇒ Object
Returns the value of attribute name.
-
#partition_uuid ⇒ Object
Returns the value of attribute partition_uuid.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#automount ⇒ Object
Returns the value of attribute automount
8 9 10 |
# File 'lib/snapsync/auto_sync.rb', line 8 def automount @automount end |
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/snapsync/auto_sync.rb', line 8 def name @name end |
#partition_uuid ⇒ Object
Returns the value of attribute partition_uuid
8 9 10 |
# File 'lib/snapsync/auto_sync.rb', line 8 def partition_uuid @partition_uuid end |
#path ⇒ Object
Returns the value of attribute path
8 9 10 |
# File 'lib/snapsync/auto_sync.rb', line 8 def path @path end |