Class: Snapsync::AutoSync::AutoSyncTarget

Inherits:
Struct
  • Object
show all
Defined in:
lib/snapsync/auto_sync.rb

Instance Attribute Summary collapse

Instance Attribute Details

#automountObject

Returns the value of attribute automount

Returns:

  • (Object)

    the current value of automount



8
9
10
# File 'lib/snapsync/auto_sync.rb', line 8

def automount
  @automount
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/snapsync/auto_sync.rb', line 8

def name
  @name
end

#partition_uuidObject

Returns the value of attribute partition_uuid

Returns:

  • (Object)

    the current value of partition_uuid



8
9
10
# File 'lib/snapsync/auto_sync.rb', line 8

def partition_uuid
  @partition_uuid
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



8
9
10
# File 'lib/snapsync/auto_sync.rb', line 8

def path
  @path
end