class Seatbelt::Errors::MissingMetaMethodName

Public: Will be raised within Seatbelt::Pool::Api#api_method if no meta method name is passed.

Public Instance Methods

message() click to toggle source
# File lib/seatbelt/errors/errors.rb, line 18
def message
  "You have to specifiy a meta-method name!"
end