Exception: ActiveRecordSamplooper::Gone

Inherits:
StandardError
  • Object
show all
Defined in:
lib/active_record_samplooper.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id) ⇒ Gone

Returns a new instance of Gone.



106
107
108
# File 'lib/active_record_samplooper.rb', line 106

def initialize(id)
  self.id = id
end

Instance Attribute Details

#idObject

Returns the value of attribute id.



103
104
105
# File 'lib/active_record_samplooper.rb', line 103

def id
  @id
end