Class: Kennel::UpdateResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#planObject

Returns the value of attribute plan

Returns:

  • (Object)

    the current value of plan



49
50
51
# File 'lib/kennel.rb', line 49

def plan
  @plan
end

#updateObject

Returns the value of attribute update

Returns:

  • (Object)

    the current value of update



49
50
51
# File 'lib/kennel.rb', line 49

def update
  @update
end