class RMeetup::Error::InvalidRequestTypeError

Public Class Methods

new(type) click to toggle source
Calls superclass method
# File lib/rmeetup/errors.rb, line 10
def initialize(type)
  super "Fetch type '#{type}' not a valid."
end