Exception: OutdatedError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/ObjectModel/Errors/OutdatedError.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(outdated) ⇒ OutdatedError

Returns a new instance of OutdatedError.



4
5
6
7
# File 'lib/ObjectModel/Errors/OutdatedError.rb', line 4

def initialize outdated
	super()
	@outdated = outdated
end

Instance Attribute Details

#outdatedObject (readonly)

Returns the value of attribute outdated.



2
3
4
# File 'lib/ObjectModel/Errors/OutdatedError.rb', line 2

def outdated
  @outdated
end