class BBServices::ServiceHashTypeError

Error thrown when a Hash type isn't given

Public Instance Methods

message() click to toggle source
# File lib/bbservices/service.rb, line 9
def message
  'Params need to be a Hash'
end