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



45
46
47
# File 'lib/kennel.rb', line 45

def plan
  @plan
end

#updateObject

Returns the value of attribute update

Returns:

  • (Object)

    the current value of update



45
46
47
# File 'lib/kennel.rb', line 45

def update
  @update
end