Exception: Tag::MultipleTagsFound
- Inherits:
-
StandardError
- Object
- StandardError
- Tag::MultipleTagsFound
- Defined in:
- app/models/tag.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message = "Multiple tags found") ⇒ MultipleTagsFound
constructor
A new instance of MultipleTagsFound.
Constructor Details
#initialize(message = "Multiple tags found") ⇒ MultipleTagsFound
Returns a new instance of MultipleTagsFound.
16 17 18 |
# File 'app/models/tag.rb', line 16 def initialize(="Multiple tags found") @message = end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
15 16 17 |
# File 'app/models/tag.rb', line 15 def @message end |