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

#mountpointObject

Returns the value of attribute mountpoint

Returns:

  • (Object)

    the current value of mountpoint



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

def mountpoint
  @mountpoint
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

#relativeObject

Returns the value of attribute relative

Returns:

  • (Object)

    the current value of relative



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

def relative
  @relative
end