Class: Kennel::Syncer::Plan

Inherits:
Struct
  • Object
show all
Defined in:
lib/kennel/syncer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#createObject

Returns the value of attribute create

Returns:

  • (Object)

    the current value of create



10
11
12
# File 'lib/kennel/syncer.rb', line 10

def create
  @create
end

#deleteObject

Returns the value of attribute delete

Returns:

  • (Object)

    the current value of delete



10
11
12
# File 'lib/kennel/syncer.rb', line 10

def delete
  @delete
end

#no_changeObject

Returns the value of attribute no_change

Returns:

  • (Object)

    the current value of no_change



10
11
12
# File 'lib/kennel/syncer.rb', line 10

def no_change
  @no_change
end

#noop?Object

Returns the value of attribute noop?

Returns:

  • (Object)

    the current value of noop?



10
11
12
# File 'lib/kennel/syncer.rb', line 10

def noop?
  @noop?
end

#updateObject

Returns the value of attribute update

Returns:

  • (Object)

    the current value of update



10
11
12
# File 'lib/kennel/syncer.rb', line 10

def update
  @update
end