Class: RubyCms::Updater::Result
- Inherits:
-
Struct
- Object
- Struct
- RubyCms::Updater::Result
- Defined in:
- lib/ruby_cms/updater.rb
Instance Attribute Summary collapse
-
#changed ⇒ Object
Returns the value of attribute changed.
-
#excluded ⇒ Object
Returns the value of attribute excluded.
-
#unchanged ⇒ Object
Returns the value of attribute unchanged.
Instance Attribute Details
#changed ⇒ Object
Returns the value of attribute changed
15 16 17 |
# File 'lib/ruby_cms/updater.rb', line 15 def changed @changed end |
#excluded ⇒ Object
Returns the value of attribute excluded
15 16 17 |
# File 'lib/ruby_cms/updater.rb', line 15 def excluded @excluded end |
#unchanged ⇒ Object
Returns the value of attribute unchanged
15 16 17 |
# File 'lib/ruby_cms/updater.rb', line 15 def unchanged @unchanged end |