Exception: Seatbelt::Errors::SynthesizeableAttributesNotImplementedError

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

Overview

Public: Will be raised if a synthseizer did not implement the synthesizable_attributes method.

Instance Method Summary collapse

Instance Method Details

#messageObject



109
110
111
# File 'lib/seatbelt/errors/errors.rb', line 109

def message
  "Your synthesizer has to implement #synthesizable_attributes."
end