Class: Kennel::Syncer::Plan
- Inherits:
-
Struct
- Object
- Struct
- Kennel::Syncer::Plan
- Defined in:
- lib/kennel/syncer.rb
Instance Attribute Summary collapse
-
#create ⇒ Object
Returns the value of attribute create.
-
#delete ⇒ Object
Returns the value of attribute delete.
-
#no_change ⇒ Object
Returns the value of attribute no_change.
-
#noop? ⇒ Object
Returns the value of attribute noop?.
-
#update ⇒ Object
Returns the value of attribute update.
Instance Attribute Details
#create ⇒ Object
Returns the value of attribute create
10 11 12 |
# File 'lib/kennel/syncer.rb', line 10 def create @create end |
#delete ⇒ Object
Returns the value of attribute delete
10 11 12 |
# File 'lib/kennel/syncer.rb', line 10 def delete @delete end |
#no_change ⇒ Object
Returns the value of attribute 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?
10 11 12 |
# File 'lib/kennel/syncer.rb', line 10
def noop?
@noop?
end
|
#update ⇒ Object
Returns the value of attribute update
10 11 12 |
# File 'lib/kennel/syncer.rb', line 10 def update @update end |