class RMeetup::InvalidRequestTypeError
Public Class Methods
new(type)
click to toggle source
Calls superclass method
# File lib/rmeetup.rb, line 20 def initialize(type) super "Fetch type '#{type}' not a valid." end