# File lib/fog/softlayer/requests/network/get_maintenance_windows.rb, line 12 def get_maintenance_windows(location_id, begin_date, end_date, slots_number) raise ArgumentError, "Arguments for #{self.class.name}##{__method__} must be present." if begin_date.nil? || end_date.nil? || location_id.nil? || slots_number.nil? response = Excon::Response.new response.status = 200 response.body = get_windows response end