Method: FormObject::InvalidIntegration#initialize
- Defined in:
- lib/form_object/integrations.rb
#initialize(name) ⇒ InvalidIntegration
Returns a new instance of InvalidIntegration.
8 9 10 |
# File 'lib/form_object/integrations.rb', line 8 def initialize( name ) super "#{name.inspect} is invalid integration" end |