Class: RubyCms::Syncer::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#changedObject

Returns the value of attribute changed

Returns:

  • (Object)

    the current value of changed



19
20
21
# File 'lib/ruby_cms/syncer.rb', line 19

def changed
  @changed
end

#excludedObject

Returns the value of attribute excluded

Returns:

  • (Object)

    the current value of excluded



19
20
21
# File 'lib/ruby_cms/syncer.rb', line 19

def excluded
  @excluded
end

#skipped_newObject

Returns the value of attribute skipped_new

Returns:

  • (Object)

    the current value of skipped_new



19
20
21
# File 'lib/ruby_cms/syncer.rb', line 19

def skipped_new
  @skipped_new
end

#unchangedObject

Returns the value of attribute unchanged

Returns:

  • (Object)

    the current value of unchanged



19
20
21
# File 'lib/ruby_cms/syncer.rb', line 19

def unchanged
  @unchanged
end