class Seatbelt::Errors::SynthesizeableAttributesNotImplementedError

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

Public Instance Methods

message() click to toggle source
# File lib/seatbelt/errors/errors.rb, line 109
def message
  "Your synthesizer has to implement #synthesizable_attributes."
end