Exception: Seatbelt::Errors::MissingMetaMethodName
- Inherits:
-
StandardError
- Object
- StandardError
- Seatbelt::Errors::MissingMetaMethodName
- Defined in:
- lib/seatbelt/errors/errors.rb
Overview
Public: Will be raised within Seatbelt::Pool::Api#api_method if no meta method name is passed.
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
18 19 20 |
# File 'lib/seatbelt/errors/errors.rb', line 18 def "You have to specifiy a meta-method name!" end |