Class: RubyCms::Syncer::Result
- Inherits:
-
Struct
- Object
- Struct
- RubyCms::Syncer::Result
- Defined in:
- lib/ruby_cms/syncer.rb
Instance Attribute Summary collapse
-
#changed ⇒ Object
Returns the value of attribute changed.
-
#excluded ⇒ Object
Returns the value of attribute excluded.
-
#skipped_new ⇒ Object
Returns the value of attribute skipped_new.
-
#unchanged ⇒ Object
Returns the value of attribute unchanged.
Instance Attribute Details
#changed ⇒ Object
Returns the value of attribute changed
19 20 21 |
# File 'lib/ruby_cms/syncer.rb', line 19 def changed @changed end |
#excluded ⇒ Object
Returns the value of attribute excluded
19 20 21 |
# File 'lib/ruby_cms/syncer.rb', line 19 def excluded @excluded end |
#skipped_new ⇒ Object
Returns the value of attribute skipped_new
19 20 21 |
# File 'lib/ruby_cms/syncer.rb', line 19 def skipped_new @skipped_new end |
#unchanged ⇒ Object
Returns the value of attribute unchanged
19 20 21 |
# File 'lib/ruby_cms/syncer.rb', line 19 def unchanged @unchanged end |