Class: RubyCms::Updater::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#changedObject

Returns the value of attribute changed

Returns:

  • (Object)

    the current value of changed



15
16
17
# File 'lib/ruby_cms/updater.rb', line 15

def changed
  @changed
end

#excludedObject

Returns the value of attribute excluded

Returns:

  • (Object)

    the current value of excluded



15
16
17
# File 'lib/ruby_cms/updater.rb', line 15

def excluded
  @excluded
end

#unchangedObject

Returns the value of attribute unchanged

Returns:

  • (Object)

    the current value of unchanged



15
16
17
# File 'lib/ruby_cms/updater.rb', line 15

def unchanged
  @unchanged
end