Class: Snapsync::AutoSync::AutoSyncTarget

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

Instance Attribute Summary collapse

Instance Attribute Details

#automountObject

Returns the value of attribute automount

Returns:

  • (Object)

    the current value of automount



10
11
12
# File 'lib/snapsync/tasks/AutoSync.rb', line 10

def automount
  @automount
end

#mountpointObject

Returns the value of attribute mountpoint

Returns:

  • (Object)

    the current value of mountpoint



10
11
12
# File 'lib/snapsync/tasks/AutoSync.rb', line 10

def mountpoint
  @mountpoint
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/snapsync/tasks/AutoSync.rb', line 10

def name
  @name
end

#partition_uuidObject

Returns the value of attribute partition_uuid

Returns:

  • (Object)

    the current value of partition_uuid



10
11
12
# File 'lib/snapsync/tasks/AutoSync.rb', line 10

def partition_uuid
  @partition_uuid
end

#relativeObject

Returns the value of attribute relative

Returns:

  • (Object)

    the current value of relative



10
11
12
# File 'lib/snapsync/tasks/AutoSync.rb', line 10

def relative
  @relative
end