Exception: Ossert::Saveable::RecordInvalid
- Inherits:
-
StandardError
- Object
- StandardError
- Ossert::Saveable::RecordInvalid
- Defined in:
- lib/ossert/saveable.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize ⇒ RecordInvalid
constructor
A new instance of RecordInvalid.
Constructor Details
#initialize ⇒ RecordInvalid
Returns a new instance of RecordInvalid.
42 43 44 45 |
# File 'lib/ossert/saveable.rb', line 42 def initialize(*) super = "Couldn't save project. Validation failed!" end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
41 42 43 |
# File 'lib/ossert/saveable.rb', line 41 def end |