Skip to content

Latest commit

 

History

History
97 lines (42 loc) · 1.06 KB

RecordNotFound.rst

File metadata and controls

97 lines (42 loc) · 1.06 KB

RecordNotFound

Constants

Files

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