Exception: ActiveRecordSamplooper::Gone
- Inherits:
-
StandardError
- Object
- StandardError
- ActiveRecordSamplooper::Gone
- Defined in:
- lib/active_record_samplooper.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
Instance Method Summary collapse
-
#initialize(id) ⇒ Gone
constructor
A new instance of Gone.
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
#id ⇒ Object
Returns the value of attribute id.
103 104 105 |
# File 'lib/active_record_samplooper.rb', line 103 def id @id end |