RecordNotFound

Constants

Methods

#id

Returns the value of attribute id

def id
  @id
end

#initialize

def initialize(message = nil, model = nil, primary_key = nil, id = nil)
  @primary_key = primary_key
  @model = model
  @id = id

  super(message)
end
#model

Returns the value of attribute model

def model
  @model
end
#primary_key

Returns the value of attribute primary_key

def primary_key
  @primary_key
end